-
Potentially related to some other issues, installation of version 0.3.0 failed on GoogleColab due to incompatibilities between required packages, with torch versions being the central issue:
**Succes…
-
## How to reproduce the behaviour
### The problem
This raises error `E1042`.
```python
import spacy
spacy.load("en_core_web_sm", enable=["senter"])
```
```python-traceback
----…
-
tl;dr; Make sure _MSVC_VER=9.0 & 10.0 are available to support Python2.7, 3.4 module installs. (3.6 requires v14 which is already there)
For Windows platform only. Runtime v1, Consumption Plan.
…
-
Mish is a new novel activation function proposed in this [paper](https://arxiv.org/abs/1908.08681).
It has shown promising results so far and has been adopted in several packages including:
- [Ten…
-
All of the required pieces are finally in place to offer integration with [spaCy](https://spacy.io/):
> spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built …
-
Mish is a new novel activation function proposed in this [paper](https://arxiv.org/abs/1908.08681).
It has shown promising results so far and has been adopted in several packages including:
- [Ten…
-
Mish is a new novel activation function proposed in this [paper](https://arxiv.org/abs/1908.08681).
It has shown promising results so far and has been adopted in several packages including:
- [Ten…
-
I find this very interesting.
My main project, the spaCy NLP pipeline, is written in Cython. Cython's great and terrible — it's a messy language, but it allows a lot.
I've often thought what a clean…
-
**Project description**
NeuralCoref is a pipeline extension for spaCy 2.1+ which annotates and resolves coreference clusters using a neural network.
**Metadata**
Related to #87059
* homepage…
-
# Issue
I decided that I wanted to try to run MindMeld on a Raspberry Pi and quickly found out that attempting to run `pip install mindmeld` in an `arm64` environment does not work. This appears to …