-
I seem to have a problem getting the nlp server to boot up. Every time I try I get the following error:
ffbo@7dd5e44ff75c:~/ffbo/bin$ ./run_nlp.sh -a hemibrain
2024-03-13 18:47:12.543757: I tensor…
-
I have run the following code snippet, the output including word "it", `pos_kept` don't include the PRON.
```python
import spacy
import pytextrank
nlp = spacy.load("en_core_web_sm")
# add PyTex…
-
2023-11-20 12:22:45.003935: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:880] could not open file to read NUMA node: /sys/bus/pci/devices/0000:01:00.0/numa_node
Your kernel may…
-
Spacy v2.0 has added a language submodule in its API.
Please use `nlp = spacy.load('en')` or `import spacy.lang.en` instead.
-
I built a little tokenizer in my app and it works great when called from the rails console. But once I run it from a background job (I tried both sidekiq and solid_queue) or from a server process (pum…
-
I install spacy successfully,but it have the error --NameError: name 'spacy' is not defined
maybe the code that t2v = text2vec.text2vec(doc_list) have some problem, how to fill the doc_list
Traceb…
-
**Describe the bug**
![1638879733](https://user-images.githubusercontent.com/48993553/145028254-5972079c-48cc-4ec9-909a-fca4879e37d9.jpg)
when i run the demo code,there something wrong about “nlp.a…
-
Dear colleagues,
thank you for your work on this package!
When I try to use the pre-downloaded Uyghur model
```python
nlp = spacy_udpipe.load_from_path(lang="ug",
…
-
Great to see a first (community created) french model.
When analysing '\t' I get an `KeyError` in `spacy.morphology.Morphology.assign_tag_id (spacy/morphology.cpp:4681)()`.
## Steps to reproduce…
-
I'm a fan of logging. This can help debug issues and understand the flow of the application. You could use python's builtin `logging` library, others exist. This can add log statements t…