|
6 | 6 | [](https://codecov.io/gh/pemistahl/lingua-py) |
7 | 7 | [](#4-which-languages-are-supported) |
8 | 8 |  |
9 | | -[](https://pypi.org/project/lingua-language-detector/1.4.1/) |
| 9 | +[](https://pypi.org/project/lingua-language-detector/1.4.2/) |
10 | 10 | [](https://www.apache.org/licenses/LICENSE-2.0) |
11 | 11 | </div> |
12 | 12 |
|
@@ -377,10 +377,10 @@ Erroneously classified as Dutch: 0.20%, Latin: 0.10% |
377 | 377 |
|
378 | 378 | ## 9. How to add it to your project? |
379 | 379 |
|
380 | | -*Lingua* is available in the [Python Package Index](https://pypi.org/project/lingua-language-detector/1.4.1) |
| 380 | +*Lingua* is available in the [Python Package Index](https://pypi.org/project/lingua-language-detector/1.4.2) |
381 | 381 | and can be installed with: |
382 | 382 |
|
383 | | - pip install lingua-language-detector==1.4.1 |
| 383 | + pip install lingua-language-detector==1.4.2 |
384 | 384 |
|
385 | 385 | ## 10. How to build? |
386 | 386 |
|
@@ -541,12 +541,8 @@ or unlikely to occur. |
541 | 541 |
|
542 | 542 | If you build a `LanguageDetector` from one language only it will operate in single-language mode. |
543 | 543 | This means the detector will try to find out whether a given text has been written in the given language or not. |
544 | | -If not, then `None` will be returned, otherwise the given language. |
545 | | - |
546 | | -In single-language mode, the detector decides based on a set of unique and most common n-grams which |
547 | | -have been collected beforehand for every supported language. It turns out that unique and most common |
548 | | -n-grams help to improve accuracy in low accuracy mode, so they are used for that mode as well. In high |
549 | | -accuracy mode, however, they do not make a significant difference, that's why they are left out. |
| 544 | +If not, then `None` will be returned, otherwise the given language. In single-language mode, the detector decides based on a set of unique and most common n-grams which |
| 545 | +have been collected beforehand for every supported language. |
550 | 546 |
|
551 | 547 | ### 11.7 Detection of multiple languages in mixed-language texts |
552 | 548 |
|
|
0 commit comments