-
i'm getting an "importError" when i run the `app.py` after running `docker-compose up -d`. any idea how to fix this? i'm using a mac.
-
Hello,
Another question, it's MITIE able to classiffy entities based just on the character structure, without context, ex:
VAT NUMBERS:
ESB12345678
IRC12345324
GBB12345678
.....
FLIGHT CODES:
BT04…
-
Hello Friends,
I'm playing with MITIE to test if it is suitable for ocr document classification, my first doubt is:
Does the carriage return, linefeeds and spacing (in general words and sentence dis…
-
Maybe abit lame, but why not ?
I've had a close look at the code. Its fine. Not sure I'd do everything that way, but all in all its pretty good.
I've looked at the issues raised. The responses are ve…
-
Hello all,
Could somebody give me some examples/datasets that were used in the binary relations classifiers:
```
rel_classifier_book.written_work.author.svm
rel_classifier_film.film.directed_by.svm
…
-
Hi Davis,
Thank you so much for this high performance open source library. I have one question that I couldn't find an answer to wrt training the entity recognizer.
I would like to take advantage of…
-
Hey Benjamin,
I've been hoping to use mitie for some NLP and have had problems right from the "npm install mitie". It seems the mitie lib itself has changed, making this difficult. Stack is:
In file…
-
Are there any plans to update mitie on the NPM? It's almost a year old, and I suspect many users would want to have mitie integration in Node as exists in Java, Python, and other languages.
-
`(Linux 3.16.0-4-amd64 Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) x86_64 GNU/Linux)`
Hey guys, sorry for disturbing you.
Have the same problem while building Mitie's nodejs wrapper. It seems that an er…
-
Hi Davis,
Looking at the code, it seems to me that everything is language agnostic apart from the english stemmer used in text categorization.
What would be the best way to replace the stemmer with …