Skip to content

Commit f116ec5

Browse files
authored
Update readme.md
1 parent 125fbd6 commit f116ec5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The following components are implemented;
4444

4545
### Dense Featurizers
4646

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

5151
### Tokenizers
5252

0 commit comments

Comments
 (0)