NFastText


Classifier

Namespace: NFastText

Functions and values

Function or valueDescription
args
Signature: CommonArgs
getTextVectors (state, input)
Signature: (state:FastTextState * input:Input) -> seq<Vector>
predict (state, k, lines)
Signature: (state:FastTextState * k:int * lines:seq<string []>) -> seq<(String * float32) list>
test (state, k, lines)
Signature: (state:FastTextState * k:int * lines:seq<string []>) -> TestResult
train (...)
Signature: (trainInput:Input * threads:int * args:CommonArgs * wordNgrams:byte * label:String * verbose:bool * pretrainedWordVectors:Option<seq<string * Vector>>) -> FastTextState
Fork me on GitHub