-
I am having trouble training when there are no entities in any of the intents. I was trying to train with MITIE backend. Here is the log.
```
Training to recognize 0 labels:
Part I: train segment…
-
https://spacy.io/
-
Hi there,
I'm trying to train an intent classifier without entities :
```javascript
{
"rasa_nlu_data": {
"entity_examples": [
],
"intent_examples": [
{
"tex…
-
First of all, thanks for the great work!
I'm by all means no Python expert, I just wanted to try how this server works, and have encountered several issues down the road, some I could solve them, som…
-
On
https://github.com/golastmile/rasa_nlu/blob/master/src/trainers/mitie_trainer.py#L40
The increment by one on the end index is not correct. text[start:end] should get the word properly by itself. …
-
Hi! Thanks for new version implementation.
rasa NLU version (Don't know? https://goo.gl/g9QQg2):
latest version - __version__ = '0.7.0a5'
Used backend (`mitie`, `spacy_sklearn`, ...) & plattform …
-
This was seriously messing with every ldap auth. The fix is to pip install ldap3==2.3 I guess there was a change in pyasn1 that breaks ldap3==2.2.3 which then breaks django-python3-ldap.
File "…
-
this ner how to run on spark?
-
Hey,
Rasa.ai looks like a very interesting framework and seems to address main weak point of the current hosted NLP API solutions
We've been working for a while with scapy which makes a good wor…
-
we should add tests to `test_tokenizers.py` and `test_featurizers.py` that make use of spacy's german stuff.
we should also throw an error if someone tries to use mitie as a backend but has the …
amn41 updated
7 years ago