You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Walrus theCat <wa...@gmail.com> on 2014/05/20 20:31:22 UTC

calling clearAdaptiveData during evaluation

Hi,

Is it necessary to call clearAdaptiveData during evaluation of NameFinder
models?  How would this look?

Thanks,

Re: calling clearAdaptiveData during evaluation

Posted by Walrus theCat <wa...@gmail.com>.
The answer to this seems to be "no" -- just leave a blank line after each
document in the input data.


On Tue, May 20, 2014 at 11:31 AM, Walrus theCat <wa...@gmail.com>wrote:

> Hi,
>
> Is it necessary to call clearAdaptiveData during evaluation of NameFinder
> models?  How would this look?
>
> Thanks,
>
>
>

Re: calling clearAdaptiveData during evaluation

Posted by Jörn Kottmann <ko...@gmail.com>.
No. The TokenNameFinderEvaluator calls is when the clear adaptive data 
flag is
set on the NameSample object.

In the file format an empty line (next document start) is used to encode 
the clear adaptive data flag.

Jörn

On 05/20/2014 08:31 PM, Walrus theCat wrote:
> Hi,
>
> Is it necessary to call clearAdaptiveData during evaluation of NameFinder
> models?  How would this look?
>
> Thanks,
>