-
I am currently trying to assign USAS tags to an English text containing the words "in the". However, these words are currently being tagged as `['altogether', 'B5-']`. This seems to be a bug, as "alto…
-
Hello! I am very impressed with this library as per Marton Kardos's article on Medium.
I attempted to use topicwizard to visualize short-text topic modeling inferences based on a quickly trained t…
-
I wanted to use pytextrank together with spacy_udpipe to get keywords from texts in other languages (see https://stackoverflow.com/questions/59824405/spacy-udpipe-with-pytextrank-to-extract-keywords-f…
-
-
I'm running into the following error
```
98 if not has_langchain or any(
99 [
100 (handle.startswith("langchain"))
101 for handle in registry.llm_models.ge…
-
Hello!
This is a heads up that (XLM-)RoBERTa-based SpanMarker models require text to be preprocessed to separate punctuation from words:
```python
# ✅
model.predict("He plays J. Robert Oppenheim…
-
Small bug, but `'ve` is currently not getting lemmatised as `have` in spacy 3.6. Other contractions seem unaffected.
```
>>> nlp = spacy.load("en_core_web_sm")
>>> a = "I can't believe they've no…
-
### Discussed in https://github.com/explosion/spaCy/discussions/13006
Originally posted by **igormorgado** September 25, 2023
The example for custom extensions based on emoji descriptions used…
-
## How to reproduce the behaviour
```
from spacy_llm.util import assemble
nlp_falcon = assemble("/content/drive/MyDrive/WorkDir/Histo_link/model/base_config_llm.cfg")
```
base_config_ll…
-
## How to reproduce the behavior
Create a matcher with the following pattern:
```
[{'LOWER': 'git'}]
```
Then match on this sentence:
```
GitHub is a platform and cloud-based service for so…