public interface Parser
Modifier and Type | Method and Description |
---|---|
boolean |
parse(java.util.List<? extends HasWord> sentence)
Parses the given sentence.
|
boolean parse(java.util.List<? extends HasWord> sentence)
S
).sentence
- A List<HasWord>
to be parsedjava.lang.UnsupportedOperationException
- This will be thrown if for
any reason the parser can't complete parsing this sentence, for
example if the sentence is too long