public class ParseRules
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ParseRulesResults |
getParses(java.lang.String chemicalWord)
Determines the possible annotations for a chemical word
Returns a list of parses and how much of the word could not be interpreted
e.g.
|
public ParseRulesResults getParses(java.lang.String chemicalWord) throws ParsingException
chemicalWord
- ParsingException