[][src]Crate word_segmenters

Structs

Segmenter

Enums

ParseError

Functions

parse_bigrams

Parse bigrams from the reader (format: <word-1> <word-2>\t<int>\n)

parse_unigrams

Parse unigrams from the reader (format: <word>\t<int>\n)