public interface Parser
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