Uses of Class
org.apache.lucene.analysis.morph.TokenInfoFST
Packages that use TokenInfoFST
-
Uses of TokenInfoFST in org.apache.lucene.analysis.morph
Constructors in org.apache.lucene.analysis.morph with parameters of type TokenInfoFSTModifierConstructorDescriptionprotected
Viterbi
(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs, Class<U> positionImpl) protected
ViterbiNBest
(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs)