Analyzer
public final class Analyzer
An Analyzer
parses and processes proposals from a given directory and provides APIs for searching and filtering.
-
Undocumented
Declaration
Swift
public static let shared = Analyzer(directory: #fileLiteral(resourceName: "proposals"))
-
Undocumented
Declaration
Swift
public let proposals: [Proposal]
-
Undocumented
Declaration
Swift
public lazy var authors: [Author] =
-
Undocumented
Declaration
Swift
public init(directory: URL)
-
Undocumented
Declaration
Swift
public func proposalStatus() -> [String]
-
Undocumented
Declaration
Swift
public func occurrences(of text: String) -> Int