gregdurrett / berkeley-entity

The Berkeley Entity Resolution System jointly solves the problems of named entity recognition, coreference resolution, and entity linking with a feature-rich discriminative model.
GNU General Public License v3.0
184 stars 36 forks source link

Escaped Characters #13

Closed ushahid closed 1 year ago

ushahid commented 7 years ago

Is there a list of characters which are escaped using \ in the coreference resolution model?

gregdurrett commented 7 years ago

I'm not sure what you mean. The data files (in CoNLL format) don't use backslash to escape anything, and I don't think any backslashes appear. In the code, backslashes appear as necessary to escape things as is standard in Java/Scala. Could you be more specific about the issue you're running into?

If you have a backslash in an input file, that could potentially cause problems...you may want to replace it with another character and see if that makes the problem go away.

Greg

On Mon, Oct 3, 2016 at 5:59 AM, Usman Shahid notifications@github.com wrote:

Is there a list of characters which are escaped using \ in the coreference resolution model?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gregdurrett/berkeley-entity/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/ACEz6fc6c616tFJn05tM3cqfyaB9UOdoks5qwPwygaJpZM4KMjRm .