Commit ec97baa
committed
Merge branch 'master' of https://github.com/JohnSnowLabs/nlu
� Conflicts:
� README.md
� docs/en/model_namespace.md
� docs/en/release_notes.md
� nlu/__init__.py
� nlu/components/classifier.py
� nlu/components/classifiers/classifier_dl/component_infos.json
� nlu/components/classifiers/language_detector/component_infos.json
� nlu/components/classifiers/multi_classifier/component_infos.json
� nlu/components/classifiers/named_entity_recognizer_crf/component_infos.json
� nlu/components/classifiers/sentiment_detector/component_infos.json
� nlu/components/classifiers/sentiment_dl/component_infos.json
� nlu/components/classifiers/vivekn_sentiment/component_infos.json
� nlu/components/dependency_untypeds/unlabeled_dependency_parser/component_infos.json
� nlu/components/embedding.py
� nlu/components/embeddings/albert/component_infos.json
� nlu/components/embeddings/bert/component_infos.json
� nlu/components/sentence_detectors/pragmatic_sentence_detector/component_infos.json
� nlu/components/tokenizers/default_tokenizer/component_infos.json
� nlu/components/utils/sentence_detector/component_infos.json
� nlu/info.py
� nlu/pipe_components.py
� nlu/pipeline.py
� setup.py
� tests/nlu_core_tests/component_tests/classifier_tests/emotion_tests.py
� tests/nlu_core_tests/component_tests/classifier_tests/language_tests.py
� tests/nlu_core_tests/component_tests/classifier_tests/sarcasm_tests.py
� tests/nlu_core_tests/component_tests/classifier_tests/sentiment_tests.py66 files changed
Lines changed: 1216 additions & 2705 deletions
File tree
- docs
- _data
- _layouts
- en
- examples/collab/nlu_component_examples/Component Examples
- Chunkers
- Classifiers
- Dependency Parsing
- Embeddings
- Matchers
- Named Entity Recognition (NER)
- Part of Speech (POS)
- Sentence Embeddings
- Text Pre Processing and Cleaning
- Word Embeddings
- nlu
- tests/nlu_core_tests
- component_tests
- classifier_tests
- embed_tests/token_embeddings_tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 188 | | |
192 | 189 | | |
193 | 190 | | |
| |||
206 | 203 | | |
207 | 204 | | |
208 | 205 | | |
209 | | - | |
| 206 | + | |
210 | 207 | | |
211 | 208 | | |
212 | 209 | | |
| |||
252 | 249 | | |
253 | 250 | | |
254 | 251 | | |
255 | | - | |
256 | 252 | | |
257 | 253 | | |
258 | 254 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
27 | | - | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| 217 | + | |
| 218 | + | |
215 | 219 | | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
224 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
225 | 236 | | |
226 | 237 | | |
227 | 238 | | |
| |||
269 | 280 | | |
270 | 281 | | |
271 | 282 | | |
272 | | - | |
| 283 | + | |
273 | 284 | | |
274 | 285 | | |
275 | | - | |
276 | | - | |
277 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
278 | 289 | | |
279 | 290 | | |
280 | | - | |
| 291 | + | |
281 | 292 | | |
282 | 293 | | |
283 | 294 | | |
| |||
0 commit comments