shon-otmazgin / fastcoref

MIT License
142 stars 25 forks source link

Cant find method to flag unmodifiable content #48

Open BriannaBromell opened 8 months ago

BriannaBromell commented 8 months ago

Method: Fastcoref spacy component Issue: can't find a way to flag a specific piece of text for preservation/unmodifiable but still can be used to resolve coreferences for the rest of the text around it via Fastcoref

My issues: {myName} becoming 'a user named {myName} -And- {usera} speaking to {userb}

text here to coreference resolve against the line above describing who is speaking

Becomes: A user who goes by the name of {usera} speaking to a user who goes by the name of {userb}

text here to coreference resolve against the line above describing who is speaking