On 03/07/2014 07:59 AM, Rodrigo Agerri wrote:
Hi,
I understand that, as in the chunking.Parser class the headRules are
language-specifically casted to be the lang.en.HeadRules:
When I train a parser in the CLI for another language adding my own set of
head rules, it will still load the lang.en.HeadRules class, although that class
will read the -headRules file I pass in the CLI as parameter?
Is this correct?
Yes, as far as I know that is correct.
We only have a default implementation for English currently. Anyway I
believe
we should make it extensible so that people have a chance to use a
different implementation.
Any help with this would be very welcome.
Would be nice if you could open a jira issue, and we will fix it for 1.6.0.
Thanks,
Jörn