Uses of Class
org.apache.lucene.analysis.morph.ViterbiNBest.PositionNBest
Packages that use ViterbiNBest.PositionNBest
-
Uses of ViterbiNBest.PositionNBest in org.apache.lucene.analysis.morph
Method parameters in org.apache.lucene.analysis.morph with type arguments of type ViterbiNBest.PositionNBestModifier and TypeMethodDescriptionprivate int
ViterbiNBest.Lattice.positionCount
(Viterbi.WrappedPositionArray<ViterbiNBest.PositionNBest> positions, int beg, int end) (package private) void
ViterbiNBest.Lattice.setup
(char[] fragment, EnumMap<TokenType, Dictionary<? extends U>> dictionaryMap, Viterbi.WrappedPositionArray<ViterbiNBest.PositionNBest> positions, int prevOffset, int endOffset, boolean useEOS)