-
**Describe the bug**
When POS tagging a specific string in Spanish a RuntimeError is **reproducibly** thrown without any apparent reason.
**To Reproduce**
Steps to reproduce the behavior:
1. Run…
adno updated
3 months ago
-
### 请提出你的问题
请问词性标注可以使用精确分词的结果吗?我实践发现词性标注使用的是默认分词,没有发现可以对精确分词的结果进行词性标注。
![image](https://github.com/PaddlePaddle/PaddleNLP/assets/40897539/a662d4d0-8f85-4310-b647-944e8b6451ac)
![image](https://gi…
-
This isn't really an issue, more of a compilation of questions we have about ZPar. We'll send these questions if we don't make any progress on them soon.
1. Is there dynamic POS tagging during test ti…
-
Here you can add examples where the automatic Sparv annotations are clearly wrong. E.g., errors in POS-tagging, dependency parsing, lemmatisation, foreign words, etc.
The examples can also be from …
-
Which parts of NLP (POS tagging, Named Entity recognition, Sentiment Analysis, etc.) are "solved"? For what languages? For what domains (newspaper text, social media posts, etc.)?
What does a user …
-
Thanks for developing this package – it's really helpful. One question: **openNLP** offers POS taggers for several other languages (http://opennlp.sourceforge.net/models-1.5/).
They can be loaded …
-
Currently we flatten all struct into a single bus, ex:
```
struct Operand {
a: u8,
b: u8,
c: u8,
}
fn muladd(op: Operand) -> u8 {}
```
will generate:
```
module user_module(
inpu…
-
The English models for MaltParser use an input POS tag `PRT` which does not exist as a POS tag in the [Penn Treebank Tagset](http://www.clips.ua.ac.be/pages/mbsp-tags). `PRT` is actually a chunk tag (…
-
- get text from uploaded files (pdf, docx, pptx)
- research available python libraries for text extraction
- prepare text
- clean
- separate languages
- lemmatize/stem
- POS taggin…
-
Hey @Liebeck,
Thanks for this extension, I'm currently digging into using spaCy for a university project working on a sentiment analysis. I just made my first steps and have a working spaCy install…