Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Timo Petmanson
Estnltk
Commits
d99ec9d3
Commit
d99ec9d3
authored
Sep 17, 2015
by
Timo P
Browse files
updated installation documentation
parent
24c95a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/tutorials/installation.rst
View file @
d99ec9d3
...
...
@@ -59,7 +59,10 @@ Install the dependencies::
python.exe -m pip install "numpy-1.10.0b1+mkl-cp34-none-win_amd64.whl"
python.exe -m pip install python_crfsuite-0.8.3-cp34-none-win_amd64.whl
Now, download the Estnltk Wheel file:
Then, download the Estnltk Wheel file: https://github.com/estnltk/estnltk/blob/version1.3/dist/estnltk-1.3-cp34-none-win_amd64.whl
and install it::
python.exe -m pip install estnltk-1.3-cp34-none-win_amd64.whl
As a first test, try to run this line of code in your terminal::
...
...
@@ -74,7 +77,7 @@ It should print::
You see that NLTK data is being dowloaded on first use of the library.
Then, run the unittest suite::
python
3
-m estnltk.run_tests
python
.exe
-m estnltk.run_tests
This should report the number of tests run and the status. If it is "OK", then you are good to go::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment