bakrianoo commited on
Commit
90a87ad
·
1 Parent(s): ed4077f

fix some typos

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -39,7 +39,7 @@ Install the following Python packages
39
  > If you are using `Google Colab`, please restart your runtime after installing the packages.
40
 
41
  [**OPTIONAL**]
42
- Using of an Arabic segmentation tool approved better results in many scenarios. If you want to use `FarasaPy`to segment the texts, please ensure that you have `openjdk-11`installed in your machine, then install the package via:
43
  ```bash
44
  # install openjdk-11-jdk
45
  $ apt-get install -y build-essential
@@ -49,9 +49,9 @@ $ apt-get install -y openjdk-11-jdk
49
  $ pip3 install farasapy==0.0.13
50
  ```
51
 
52
- *Do not forget to set `USE_FARASAPY` to `True` in the following code*
53
 
54
- Also, you can set `USE_SENTENCE_TOKENIZER` to `True` for getting better results for long texts.
55
 
56
  -----------
57
 
 
39
  > If you are using `Google Colab`, please restart your runtime after installing the packages.
40
 
41
  [**OPTIONAL**]
42
+ Using of an Arabic segmentation tool approved better results in many scenarios. If you want to use `FarasaPy` to segment the texts, please ensure that you have `openjdk-11` installed in your machine, then install the package via:
43
  ```bash
44
  # install openjdk-11-jdk
45
  $ apt-get install -y build-essential
 
49
  $ pip3 install farasapy==0.0.13
50
  ```
51
 
52
+ *Do not forget to set `USE_FARASAPY` to `True` in the following code*
53
 
54
+ Also, you can set `USE_SENTENCE_TOKENIZER` to `True` for getting better results for long texts.
55
 
56
  -----------
57