forked from LxMLS/lxmls-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
28 lines (19 loc) · 838 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Summary
- Machine learning toolkit for natural language processing.
- Originally written for Lisbon Machine Learning Summer School (lxmls.it.pt)
Dependencies
- Only tested with python 2.7
- pip (http://pypi.python.org/pypi/pip)
- In ubuntu 'sudo apt-get install python-pip'
Installation
- Install the package and all requirements using pip:
- pip install lxmls-toolkit
(or 'pip install .' inside project folder)
- If everything went smoothly, you're done.
- If you got errors installing the requirements, run:
- pip install -r pip-requirements.txt
- pip install .
Folders
- "Labs" is the folder which will be given to the students
- "Code" is our folder for testing; it contains the solutions
- "lxmls" is an old folder; you probably don't need it