-
Notifications
You must be signed in to change notification settings - Fork 1
/
How-to.txt
18 lines (10 loc) · 917 Bytes
/
How-to.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To run a grammar check go through the following steps:
1 - Download the code available on https://www.dropbox.com/s/9kkm1fzbcm5sur5/Grammar_distro.zip?dl=0
2 - To install the library used in this paper type the following command on the Python prompt:
pip install --upgrade language-check
Note - For MacOS users: you may experience issues with MacOS, in this case you may need to install language_tool you must install JDK 8, other versions are not compatible. If you are on MacOS, you may install jdk-8u221-macosx-x64.dmg from https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.
3 - Running the code:
3.1 - Add all files to be extracted on the directory "files"
3.2 - Change the row number 16 with the local directory address the code was unpacked
3.3 - Push play
3.4 - After processing the results will be added to the file grammar_output.csv in the "output" directory