Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenNlpNER class should call clearAdaptiveData on the name finders #1

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Had a quick look over your code.

If I see it correctly you process multiple documents with the same
name finder instances, but you do not call clearAdaptiveData 
after every document.
To fix this simply call clearAdaptiveData after every document on
the name finders you use.

Its also explained now in the name finder documentation (its for the new 1.5 
version):
https://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Name_Finder

Hope that helps,
Jörn

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 11:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant