You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Damiano Porta <da...@gmail.com> on 2018/04/12 10:05:04 UTC

Should i escape new line?

Hello,
i need new lines in my document. Should i escape it with a custom token
like <n> ?
Thanks

Re: Should i escape new line?

Posted by Joern Kottmann <ko...@gmail.com>.
If the new line is present it will be ignored by the name finder.
Adding a special token for it can help if your data has a certain
format where the new line char is important to detect the names (e.g.
lists where names are written in each line).

I suggest you try it and see how it changes the performance on your data.

HTH,
Jörn

On Thu, Apr 12, 2018 at 12:09 PM, Damiano Porta <da...@gmail.com> wrote:
> Pardon, i did not explain "where"... i am talking about the training of a
> NER model
>
> 2018-04-12 12:05 GMT+02:00 Damiano Porta <da...@gmail.com>:
>
>> Hello,
>> i need new lines in my document. Should i escape it with a custom token
>> like <n> ?
>> Thanks
>>

Re: Should i escape new line?

Posted by Damiano Porta <da...@gmail.com>.
Pardon, i did not explain "where"... i am talking about the training of a
NER model

2018-04-12 12:05 GMT+02:00 Damiano Porta <da...@gmail.com>:

> Hello,
> i need new lines in my document. Should i escape it with a custom token
> like <n> ?
> Thanks
>