-
Hi there!
Please could you tell me if there is any coref model? Classical (non-neural, jvm-based) CoreNLP includes several ones, but I can't find it here.
-
![image](https://github.com/jakelever/textasdata_bugbounty/assets/99495655/42210a0c-b37e-45a3-9ef4-38c0d6cdfe7d)
Since the point is referring to language models as a whole in plural, it should say "w…
-
I noticed the following note in the [docs](https://stanfordnlp.github.io/stanza/data_conversion.html).
```
Note:
convert_dict is now marked as deprecated, as internally we use the Document object…
-
Instead of spliting the nodes with a LLM, other possibilites (syntactic dissemblement etc.) should be investigated
-
I am trying to find an equivalent functionality to the CoreferenceResolution() function that is part of pycorenlp in the stanza library. Is stanza capable of coreference resolution, beyond simply the …
-
**Describe the bug**
I have a label-studio instance running locally on linux with docker-compose. Whenever I try to upgrade the label-studio version from 1.9.0 to any newer version, the web UI for la…
-
Upon experimenting with the code provided in the research paper that we picked, we noticed that some code scripts were missing, compromising our ability to replicate the paper. Subsequently, we ought …
-
-
This is primarily a placeholder issue for discussion. At present the Testing code is wholly unorganized. To the extent it exists most of it has been placed inside the AWE_Workbench repository. The …
-
Hi,
I'm able to use stanza to extract NER,POS and dependency tree from Arabic text.
I know that coreference resolution is based on stanford CORENLP. I downloaded stanford CORENLP 4.0.0 , unzip it …