Closed ushahid closed 2 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 .
Is there a list of characters which are escaped using \ in the coreference resolution model?