rasa-nlu-examples icon indicating copy to clipboard operation
rasa-nlu-examples copied to clipboard

This repository contains examples of custom components for educational purposes.

Results 11 rasa-nlu-examples issues
Sort by recently updated
recently updated
newest added

Hi, thank you all for this project. I am trying to download this project but it returns the following error: ERROR: Could not find a version that satisfies the requirement...

I get an error when training model. Can you tell me what is the problem?

`python -m pip install "rasa_nlu_examples @ git+https://github.com/RasaHQ/rasa-nlu-examples.git"` Running above for installation is taking lots of time. Observing logs it seems that for each package it is downloading multiple versions and...

Hi, I am developing a bot with rasa and I wanted to include the component rasa_nlu_examples.extractors.FlashTextEntityExtractor. I have added it to my configuration file which is as follows: ``` recipe:...

There's a guide here: https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4

It seems like there's issues with entities an Arabic. This deserves investigation. Possible tools to keep in mind: - https://pypi.org/project/python-bidi/ - https://pypi.org/project/arabic-reshaper/

If you have a look at [all the attributes](https://spacy.io/api/token#attributes) that spaCy generates for their tokens then you can imagine that some of these features can be useful for machine learning...

I've just been told it might work well for Turkish. https://pypi.org/project/snowballstemmer/

Hi everyone, I was trying to use word2vec model with the Google News dataset in my chatbot: - name: WhitespaceTokenizer - name: LexicalSyntacticFeaturizer - name: CountVectorsFeaturizer analyzer: char_wb min_ngram: 1...