NFastText


Vectorizer

Namespace: NFastText

Functions and values

Function or valueDescription
args
Signature: CommonArgs
getWordVectors (state, words)
Signature: (state:FastTextState * words:seq<String>) -> seq<String * Vector>
train (...)
Signature: (trainInput:Input * threads:int * args:CommonArgs * vecModel:VecModel * minChargramSize:byte * maxChargramSize:byte * verbose:bool) -> FastTextState
Fork me on GitHub