|
1 | 1 | {
|
2 | 2 | "answer_types_extractor": [
|
3 | 3 | "{DEEPPAVLOV_PATH}/requirements/en_core_web_sm.txt",
|
4 |
| - "{DEEPPAVLOV_PATH}/requirements/ru_core_news_sm.txt", |
5 |
| - "{DEEPPAVLOV_PATH}/requirements/spacy.txt" |
| 4 | + "{DEEPPAVLOV_PATH}/requirements/ru_core_news_sm.txt" |
6 | 5 | ],
|
7 | 6 | "entity_linker": [
|
8 | 7 | "{DEEPPAVLOV_PATH}/requirements/hdt.txt",
|
|
28 | 27 | "{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
|
29 | 28 | "{DEEPPAVLOV_PATH}/requirements/transformers.txt"
|
30 | 29 | ],
|
| 30 | + "nltk_moses_tokenizer": [ |
| 31 | + "{DEEPPAVLOV_PATH}/requirements/sacremoses.txt" |
| 32 | + ], |
31 | 33 | "query_generator": [
|
32 |
| - "{DEEPPAVLOV_PATH}/requirements/bs4.txt", |
33 | 34 | "{DEEPPAVLOV_PATH}/requirements/en_core_web_sm.txt",
|
34 | 35 | "{DEEPPAVLOV_PATH}/requirements/hdt.txt",
|
35 | 36 | "{DEEPPAVLOV_PATH}/requirements/rapidfuzz.txt",
|
36 |
| - "{DEEPPAVLOV_PATH}/requirements/spacy.txt", |
37 | 37 | "{DEEPPAVLOV_PATH}/requirements/whapi.txt"
|
38 | 38 | ],
|
39 | 39 | "re_classifier": [
|
|
51 | 51 | ],
|
52 | 52 | "rel_ranking_infer": [
|
53 | 53 | "{DEEPPAVLOV_PATH}/requirements/en_core_web_sm.txt",
|
54 |
| - "{DEEPPAVLOV_PATH}/requirements/hdt.txt", |
55 |
| - "{DEEPPAVLOV_PATH}/requirements/spacy.txt" |
| 54 | + "{DEEPPAVLOV_PATH}/requirements/hdt.txt" |
56 | 55 | ],
|
57 | 56 | "rel_ranking_preprocessor": [
|
58 | 57 | "{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
|
|
77 | 76 | "{DEEPPAVLOV_PATH}/requirements/lxml.txt"
|
78 | 77 | ],
|
79 | 78 | "stream_spacy_tokenizer": [
|
80 |
| - "{DEEPPAVLOV_PATH}/requirements/en_core_web_sm.txt", |
81 |
| - "{DEEPPAVLOV_PATH}/requirements/spacy.txt" |
| 79 | + "{DEEPPAVLOV_PATH}/requirements/en_core_web_sm.txt" |
82 | 80 | ],
|
83 | 81 | "torch_bert_ranker": [
|
84 | 82 | "{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
|
|
140 | 138 | "{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
|
141 | 139 | "{DEEPPAVLOV_PATH}/requirements/transformers.txt"
|
142 | 140 | ],
|
143 |
| - "torchtext_classification_data_reader": [ |
144 |
| - "{DEEPPAVLOV_PATH}/requirements/torchtext.txt" |
145 |
| - ], |
146 | 141 | "transformers_bert_embedder": [
|
147 | 142 | "{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
|
148 | 143 | "{DEEPPAVLOV_PATH}/requirements/transformers.txt"
|
|
0 commit comments