You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Sep 2010 at 11:19The text was updated successfully, but these errors were encountered: