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
e28e4da0
Commit
e28e4da0
authored
Sep 17, 2015
by
Timo Petmanson
Browse files
Linux install docs ready
parent
5cc37beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/tutorials/installation.rst
View file @
e28e4da0
...
...
@@ -20,9 +20,12 @@ As a first test, try to run this line of code in your terminal::
It should print::
[nltk_data] Downloading package punkt to /home/user/nltk_data...
[nltk_data] Unzipping tokenizers/punkt.zip.
['tere', 'estnltk']
The run the unittest suite::
You see that NLTK data is being dowloaded on first use of the library.
Then, run the unittest suite::
python3 -m estnltk.run_tests
...
...
@@ -43,10 +46,12 @@ http://community.linuxmint.com/tutorial/view/1091 .
Installation on Windows
=======================
Installation on Windows is little bit more difficult than in Linux.
Installation on Windows is little bit more difficult than in Linux,
because you have more dependencies that you have to install manually.
Full list of dependencies
=========================
-------------------------
**Python with development headers.** https://www.python.org/ .
The most obvious dependency of course is Python itself.
...
...
@@ -111,6 +116,14 @@ that contains an marvellous list of pre-built binaries, including the ones requi
* **elasticsearch (1.6.0)**
Building
--------
Open Visual Studio SDK terminal and type::
python3.4 -m pip install estnltk
Running the tests
=================
...
...
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