|
|
@@ -48,7 +48,7 @@ We also provide a [cheatsheet](https://fasttext.cc/docs/en/cheatsheet.html#conte
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
-We are continously building and testing our library, CLI and Python bindings under various docker images using [circleci](https://circleci.com/).
|
|
|
+We are continuously building and testing our library, CLI and Python bindings under various docker images using [circleci](https://circleci.com/).
|
|
|
|
|
|
Generally, **fastText** builds on modern Mac OS and Linux distributions.
|
|
|
Since it uses some C++11 features, it requires a compiler with good C++11 support.
|
|
|
@@ -243,8 +243,8 @@ The following arguments are optional:
|
|
|
-verbose verbosity level [2]
|
|
|
|
|
|
The following arguments for the dictionary are optional:
|
|
|
- -minCount minimal number of word occurences [1]
|
|
|
- -minCountLabel minimal number of label occurences [0]
|
|
|
+ -minCount minimal number of word occurrences [1]
|
|
|
+ -minCountLabel minimal number of label occurrences [0]
|
|
|
-wordNgrams max length of word ngram [1]
|
|
|
-bucket number of buckets [2000000]
|
|
|
-minn min length of char ngram [0]
|