-
Hi,
I ran the docker and parser succesfully, but I would like to segment the sentence using parse.py, however here is the error message I got:
`*** Segmentation failed ***
Traceback (most recent…
-
During the Antre session, we've noticed the online-text-flow is missing some segments (see the images). I'm also attaching the logs of the data sent to the online text flow. Do you know what could cau…
-
**Question:** Does GROBID support multiple languages?
**My thoughts:**
Sorry, I was not able to figure out the answer while searching the [docs](https://grobid.readthedocs.io/en/). I struggle to…
-
I've made some progress using stanza for the Stanford CoreNLP client for parsing Chinese.
As you can see in my personal code:
https://github.com/elisa-aleman/StanfordCoreNLP-Chinese/blob/master/Stan…
-
When using Bert embeddings, the embedding generation is very slow compared to Bert-as-Service for example. I wonder whether this is purely due to me not optimally passing examples to Bert. I use the f…
-
Hi.
After fresh installation I wanted to test sentence segmenter example but I get this error :
> ValueError: [E167] Unknown morphological feature: 'Person' (2313063860588076218). This can happe…
-
Given this long paragraph of 2824 characters:
```
text = 'Trust in journalism is not associated with frequency of media use (except in the case of television as mentioned above), indicating that tru…
-
While trying to find sentence boundaries, the technique to find the sentence ending can fail.
We are using `find` which gives the first occurrence of a word in a sentence. This will definitely fail…
-
### System information
- **What is the top-level directory of the model you are using**: models/research/syntaxnet/examples/dragnn
- **Have I written custom code (as opposed to using a stock example…
-
Hey Jina team!
As described [here](https://docs.jina.ai/chapters/crud/index.html#limitations) documents persist the deletion and are only marked as inaccessible.
My question: Is there a possibil…