Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c98599..4c8dffd 100644
--- a/README.md
+++ b/README.md
@@ -49,10 +49,11 @@ The use of XLMRoberta and 1:10 positive to negative ratio were inspired in the w
Bicleaner AI is written in Python and can be installed using `pip`.
It also requires the [KenLM](https://github.com/kpu/kenlm) Python bindings with support for 7-gram language models.
-You can easily install it by running the following command:
+You can easily install it by running the following commands:
```bash
-pip install bicleaner-ai https://github.com/kpu/kenlm/archive/master.zip --install-option="--max_order 7"
+pip install bicleaner-ai
+pip install https://github.com/kpu/kenlm/archive/master.zip --install-option="--max_order 7"
```
Hardrules uses [FastSpell](https://github.com/mbanon/fastspell) that requires `python-dev` and `libhunspell-dev`: