TokenInfoDictionary
Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.
Constructors
Link copied to clipboard
constructor(targetMapFile: Path, posDictFile: Path, dictFile: Path, fstFile: Path)
Create a TokenInfoDictionary from an external resource path.