Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning authored Sep 10, 2020
1 parent 125fbd6 commit f116ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ The following components are implemented;

### Dense Featurizers

- `rasa_nlu_examples.featurizers.dense.GensimFeaturizer`: pretrained [Gensim](https://radimrehurek.com/gensim/) embeddings
- `rasa_nlu_examples.featurizers.dense.FastTextFeaturizer`: pretrained [FastText](https://fasttext.cc/) embeddings for 157 languages
- `rasa_nlu_examples.featurizers.dense.BytePairFeaturizer`: pretrained [BytePair](https://nlp.h-its.org/bpemb/) embeddings for 275 languages
- `rasa_nlu_examples.featurizers.dense.GensimFeaturizer`: custom [Gensim](https://radimrehurek.com/gensim/) embeddings
- `rasa_nlu_examples.featurizers.dense.FastTextFeaturizer`: [FastText](https://fasttext.cc/) embeddings for 157 languages
- `rasa_nlu_examples.featurizers.dense.BytePairFeaturizer`: [BytePair](https://nlp.h-its.org/bpemb/) embeddings for 275 languages

### Tokenizers

Expand Down

0 comments on commit f116ec5

Please sign in to comment.