-
--debug flag in rasa_core.run throws log `UnicodeEncodeError` for intent names having nonascii characters.
-
Following is the pipeline am using to train NER model
**Configuration Pipeline:**
> language: "en"
> pipeline:
> - name: "SpacyNLP"
> - name: "tokenizer_spacy"
> - name: "ner_crf"
> - name: "…
-
When i run “python bot.py train-nlu”, it occured as follows:
`
Using Theano backend.
2019-03-14 15:27:13 INFO rasa_nlu.training_data.loading - Training data format of data/rasa_dataset_train…
-
**Rasa version**: 0.14.0
**Python version**: 3.6.3 : : Anaconda, Inc
**Operating system** (windows, osx, ...): Windows 10 Enterprise Build 1809
**Issue**:
Hi guys, I'm trying to run a…
-
Currently evaluating different algorithms for NER based tasks including crf, rnn+ctf, and spaCy 2.0 cnn NER. It was pretty straight forward to convert rasa training data into BILOU tags for spacy CLI …
-
NLU: 13.1
It is from docs not clear how what to do if you just want the POS feature for CRF. I assumed this here:
```
language: "de_core_news_sm"
pipeline:
- name: "nlp_spacy"
- na…
-
(.venv) ub16c9@ub16c9-gpu:~/ub16_prj/rasa_chatbot_cn$ python bot.py train-nlu-gao
Using TensorFlow backend.
2019-03-11 15:01:16 INFO rasa_nlu_gao.training_data.loading - Training data format of…
-
**Rasa NLU version**: 0.14.0
**Python version**: 3.6.3 : : Anaconda, Inc
**Operating system** (windows, osx, ...): Windows 10 Enterprise Build 1809
**Issue**:
Hello, I'm trying to dev…
-
Hi, the application my team is developing is a so called FAQBot. According to the questions customers will ask we should be able to recognize 44 different intents which would map to answers to freque…
-
**Rasa Core version**:0.8.3
**Python version**: 3.5
**Issue**:
I am working on small banking chatbot demo.I don't have any idea about machine learning.As mention in rasa core, I made my trainin…