-
### Extension name (the extension in question)
"extensionType": "whl",
"name": "azure-cli-ml",
"version": "1.0.81"
### Description of issue (in as much detail as possible)
When …
adiun updated
4 years ago
-
Copy pasted from [tutorial](https://spacy.io/universe/project/spacy-textblob)
```python
import spacy
from spacytextblob.spacytextblob import SpacyTextBlob
nlp = spacy.load('en_core_web_sm')
nlp…
-
**Describe the bug**
When QuickUMLS concept matches occur over the same token, Spacy reports an error like the
**To Reproduce**
Using QuickUMLS version 1.5 or higher, run the following sample. …
-
I am recieveing a failed to build wheel error, any idead what is happening? I tried upgrading pip, installing wheel manually, and i do have visual 14 and better installed.
`(pyramid) E:\Pyramid-Fl…
-
I'd like to automate the process outlined in https://github.com/errata-ai/vale/issues/356: essentially, have the extension start/manage the spaCy server so that users don't have to do it manually.
…
-
Label error detection for Span Classification tasks, eg. Question-Answering or Named Entity Recognition can be framed as such a task. Should be straightforward extension of our existing token-classifi…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a sim…
-
## How to reproduce the behaviour
Unfortunately I haven't been able to make a minimal reproducible example. The error happens sometimes when I run my tests - the more tests I run the higher proba…
-
**Describe the bug**
The current implementation for `MySqlContainer` to check if the database is running is like below:
```python
wait_for_logs(
self,
re.compile(".*: ready for connecti…
-
TypeError is happening in an internal code that invokes `nlp.pipe` from the Spacy library. The error happens in line `for idx, doc in enumerate(nlp.pipe(texts, n_threads=16, batch_size=100)):`, and r…
aecio updated
3 years ago