-
On 32bit windows7 PC , there is Widget which does not appear.
I can see Webcam, Face Detector Icons.
OpenCV package version is 3.3.1.
There is something to worry about.
In command prompt, type "…
-
The langserver now only runs on Python 3.4.4+, as that is the version supported by coala.
So the `if` in the following is unnecessary.
```
before_script:
# nltk 3.2.2 dropped support for Pyt…
-
When I run GitCommitBear, it writes the following log messages to stdout:
> [nltk_data] Downloading package punkt to /Users/xx/nltk_data...
[nltk_data] Package punkt is already up-to-date!
[nltk_…
-
Thanks a lot for sharing this! Thought I had everything working, but I appear to have done something wrong with installing or importing nltk (see image for error). I had added...
import nltk
nltk.…
ghost updated
6 years ago
-
Hi, I saw that you did some NER experiments. Do you have any functions for them ? I checked the classes but couldnt get it exactly. Even something that define ENAMEX, ETIMEX, ENUMX would be great ! By…
-
hi, I installed requirements one by one, afterall it gaves me this error:
marn@mint18 ~/c/t/T/python> python CLAAS_public.py
Traceback (most recent call last):
File "CLAAS_public.py", line 70, in…
mrmrn updated
6 years ago
-
Would it be possible to add support for Oracle DB, in the sql widget, given that it is widely used, at least in the busines world ?
-
If we want to reference spaCy in a paper (and we do), there should be clear citation available, preferably with a DOI. Zenodo can create a DOI for a repository if there is no preferred paper. Thanks!
-
When supplying spaCy with pre-computed tokenization I sometimes get weird sentence segmentation results.
An example:
```python
import spacy
nlp = spacy.load("en")
tokens = ['Dr', 'Conrad'…
-
If not, which additional tools would I need? Also: Do you have experiencing with intent extraction?
ghost updated
6 years ago