-
WordNet (and wordnet lemmatizer) allow specifying a `pos` as an optional argument. For example:
```python
from nltk.corpus import wordnet as wn
# Synsets
print(wn.synsets("run", pos='n'))
#…
-
Hi,
I've tried top download the zip file and then could not figure out how to install the RDRPOSTagger into python. Could you help on these? Had a look on your website but couldn't find a help sect…
-
Dear colleague,
thank you for your work!
May I wonder -- what is the right way to use the lemmatizer/PoS tagger? Which `pie` tokenizer or other preprocessing steps should be used (for best qual…
-
```
Building a wrapper for the MATE pipeline for processing several documents and
without loading each model for every document, one needs to call the out()
methods of the respective tools (after in…
-
```
Building a wrapper for the MATE pipeline for processing several documents and
without loading each model for every document, one needs to call the out()
methods of the respective tools (after in…
-
What are the current best practices for converting OntoNotes 5.0 to UD format?
I didn't find any documentation or issues about this, sorry if it was already asked.
I used [this](https://universaldep…
-
**Describe the bug**
A clear and concise description of what the bug is.
Model/procedure: what model or procedure were you running?
nlp_architect/models/absa/train/train.py produces zipfile.BadZi…
-
I use spacy's transformer model for other purposes (such as NER), so re-using the same model made sense.
Looks like Spacy made some tweaks to their syntax which are breaking KeyBERT's spacy backend.
…
-
### Bug Description:
The warning below is wrong, because if I do `create table t(f text) index_exact_words='1' min_infix_len='2' expand_keywords='1'` it disappears, but I don't add any morphology:
…
-
# Question
For the user’s questions, retrieve a ranked list of named entities sorted according to relevance, analyze the question to determine which type of entity need to be retrieved.
# QuestionVec…