public interface Parser
boolean parse(List<? extends HasWord> sentence)
S).sentence - A List<HasWord> to be parsedUnsupportedOperationException - This will be thrown if for
any reason the parser can't complete parsing this sentence, for
example if the sentence is too long