Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Timo Petmanson
Estnltk
Commits
bd0e142d
Commit
bd0e142d
authored
Sep 17, 2015
by
Timo Petmanson
Browse files
Small fix in installation docs
parent
551570cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/tutorials/installation.rst
View file @
bd0e142d
...
...
@@ -59,7 +59,11 @@ 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:
Now, download the Estnltk Wheel file:
https://github.com/estnltk/estnltk/blob/version1.3/dist/estnltk-1.3-cp34-none-win_amd64.whl
and install using::
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 +78,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
Markdown
is supported
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