NFastText


FileReader

Namespace: NFastText

Functions and values

Function or valueDescription
infinite mapper s
Signature: mapper:(Input -> seq<'a>) -> s:Input -> seq<'a>
Type parameters: 'a
split count input
Signature: count:int -> input:Input -> Input list
splitters
Signature: char []
streamToLines s
Signature: s:Input -> seq<string []>
streamToWords s
Signature: s:Input -> seq<string>
streamToWordsChunks x
Signature: x:Input -> seq<string []>
Fork me on GitHub