Uses of Class
morfologik.fsa.MatchResult
Packages that use MatchResult
-
Uses of MatchResult in morfologik.fsa
Methods in morfologik.fsa that return MatchResultModifier and TypeMethodDescriptionFSATraversal.match
(byte[] sequence) FSATraversal.match
(byte[] sequence, int node) FSATraversal.match
(byte[] sequence, int start, int length, int node) Finds a matching path in the dictionary for a given sequence of labels fromsequence
and starting at nodenode
.FSATraversal.match
(MatchResult reuse, byte[] sequence, int start, int length, int node) Same asFSATraversal.match(byte[], int, int, int)
, but allows passing a reusableMatchResult
object so that no intermediate garbage is produced.Methods in morfologik.fsa with parameters of type MatchResultModifier and TypeMethodDescriptionFSATraversal.match
(MatchResult reuse, byte[] sequence, int start, int length, int node) Same asFSATraversal.match(byte[], int, int, int)
, but allows passing a reusableMatchResult
object so that no intermediate garbage is produced. -
Uses of MatchResult in morfologik.speller
Fields in morfologik.speller declared as MatchResultModifier and TypeFieldDescriptionprivate final MatchResult
Speller.matchResult
Reusable match result. -
Uses of MatchResult in morfologik.stemming
Fields in morfologik.stemming declared as MatchResultModifier and TypeFieldDescriptionprivate final MatchResult
DictionaryLookup.matchResult
Reusable match result.