Package | Description |
---|---|
morfologik.fsa |
Modifier and Type | Method and Description |
---|---|
MatchResult |
FSATraversal.match(byte[] sequence) |
MatchResult |
FSATraversal.match(byte[] sequence,
int node) |
MatchResult |
FSATraversal.match(byte[] sequence,
int start,
int length,
int node)
Finds a matching path in the dictionary for a given sequence of labels from
sequence and starting at node node . |
MatchResult |
FSATraversal.match(MatchResult reuse,
byte[] sequence,
int start,
int length,
int node)
Same as
FSATraversal.match(byte[], int, int, int) , but allows passing
a reusable MatchResult object so that no intermediate garbage is
produced. |
Modifier and Type | Method and Description |
---|---|
MatchResult |
FSATraversal.match(MatchResult reuse,
byte[] sequence,
int start,
int length,
int node)
Same as
FSATraversal.match(byte[], int, int, int) , but allows passing
a reusable MatchResult object so that no intermediate garbage is
produced. |
Copyright © 2016. All rights reserved.