-
Programnya tentang apa ya?
-
Okay, so, I have decided that I want to use this amazing IMPRESSIVE work of art for predicting sentiments in spanish. I noticed that the SentimentAnalysis tool runs on Spacy and uses a English news tr…
-
Hi Franck,
Thanks for building this abstraction on top of TensorFlow to make it easier to apply NER. Do you have some pointers on how to convert "un-annotated" text with custom annotations existin…
-
#### A proposed coreference format
I wanted to start a discussion about representing multi-sentence annotation within individual AMRs, and propose a basic format for it. This is just a slight tweak o…
-
As discussed at UniversalDependencies/docs#517, the morphological features don't distinguish different uses of "they", "their", etc., which are always `Number=Plur` and unmarked for gender. As the mor…
-
After running, the tool generates a few empty Excel files and some empty folders too.
-
Some sentences only distinguish between two people using their pronouns. For example, it's clear that the sentence "He says potato, she says potahto" refers to two previously identified people. When t…
-
-
The datamodel is currently stateless, but it would allow a lot more if we could give a bit of context, for instance the last questions that have been asked: one could ask “When is he born?” after aski…
-
thank you so much for making your code available!
could you please help me with a small question:
i run your code to make coreference link with command " nlp.coref(document)" , but it returns with o…