Namespace NOpenNLP.Tools.Parser.Lang.Es

Classes

AncoraSpanishHeadRules

Class for storing the Ancora Spanish head rules associated with parsing. In this class headrules for noun phrases are specified. The rest of the rules are in opennlp-tools/lang/es/parser/es-head-rules

NOTE: This class has been adapted from opennlp.tools.parser.lang.en.HeadRules

The main change is the constituents search direction in the first for loop.

Note also the change in the return of the GetHead(Parse[], string) method: In the Lang.En.HeadRules class: return constituents[ci].Head; Now: return constituents[ci];

Other changes include removal of deprecated methods.

AncoraSpanishHeadRules.HeadRulesSerializer