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
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