-
Same word appears multiple times if it is included in overlapping entities.
![image](https://cloud.githubusercontent.com/assets/2720630/20926084/3a91144a-bbc3-11e6-91e1-ebf968d5ef9a.png)
Expecte…
-
I have got an error while running main.py, seems to be pointing to MITIEInterpreter. the **init** functions takes in 3 parameter and 3 was passed into the function (interpreter = MITIEInterpreter(conf…
-
Hi,
I'm on OSX El Capitan, running both system Python 2.7 and homebrew-installed Python 3.5. I have both a 2.7 pip and a 3.5 pip3 installed.
I tried installing tangelo via pip for both 2.7 and 3.5…
-
I'm training a new NER model in MITIE on a machine with a bunch of cores. Training it with a few thousand samples takes a couple hours, so I'd really like to be able to multithread it. When I set it i…
-
I am getting the following error when running:
`python -m rasa_nlu.server -c config.json -e api`
INFO:root:using spacy + sklearn backend
Traceback (most recent call last):
File "C:\Users\\An…
-
We need to evaluate which relationship extraction algorithm we want to use.
Preferably it should work with given entities and also generate a rank for the relationship.
Let's start with gatherin…
Henni updated
7 years ago
-
Python 3 is the current stable version, it would be nice to support it.
-
Can MITIE work with python 3?
this is what i get if i try one of the train_ner examples:
```
Traceback (most recent call last):
File "p3train.py", line 11, in
trainer = ner_trainer(u"../../MI…
-
MITIE currently needs every str to be encoded in bytes in Python3. As I'm mainly using Python3, I've modified mitie.py to deal with unencoded strings (unicode in Python2 or str in python3), and to enc…
-
We are using MITIE as a relationship extractor. For certain sentences, we are validating the relationship by checking POS. Sure i can use other modules, but is there currently an API to get POS tags i…