kentonl / e2e-coref

End-to-end Neural Coreference Resolution
Apache License 2.0
518 stars 174 forks source link

Converts " to `` #11

Closed theSage21 closed 6 years ago

theSage21 commented 6 years ago

Submitting something with quotations, say

he said "I shall have no more of this!"

gives back

he said ``I shall have no more of this~''

The first instance of " is converted to two backticks and the second is converted to two single '

Is this intended?

theSage21 commented 6 years ago

This arises from the use of nltk tokenization.