POSTAGGER for brazilian portuguese
diegodorgam opened this issue · 1 comments
diegodorgam commented
Hi there,
I'm working in a brazilian portuguese chatbot project, and I was wondering if it's possible to translate the tagger training to tag brazilian portuguese sentences...
Hugo-ter-Doest commented
Transformation rules for a new language need to be trained from data. The NaturalNode module has a training procedure for that. See:
[(https://github.com/NaturalNode/natural)]
If you have an annotated corpus for brazilian portugese you could derive a set of rules from that.
Hugo