-
Running with fab make test gives me a bunch of errors
http://pastebin.com/kw20DhbE
I am running on Ubuntu 14..04. How to fix this?
-
Hi, I'm new with spaCy.
So, I've tried a little script to understand how it works:
```
import spacy
nlp = spacy.load('pt')
```
I've already have installed spacy (with pip and conda), usi…
-
In PR https://github.com/dsg-bielefeld/deep_disfluency/pull/4 @julianhough describes issues with multi-platform support. To my knowledge the best solution for these problems is to have a continuous in…
-
This is more of a 'figuring out' how to use(tweak?) your 2015 model question.
#### some context:
My ultimate goal is to detect and remove disfluencies from a sample sentence. The sentences were ga…
-
When I tried to run `experiments/InterSpeech_2015.py` it failed with:
```
#> python experiments/InterSpeech_2015.py
33 45 RNN
Traceback (most recent call last):
File "experiments/InterSpeech_…