Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

fix readme. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ The code is organized into subfolders by translation project. The projects so fa

## Python and library versions:
The code is written for Python 2.7. Third party libraries used in projects are:
- Numpy 1.7.0h2
- Scipy 0.11.0
- matplotlib 1.1.2
- pandas 0.9.1
- statsmodels 0.5.0 (dev)
- NLTK 2.0.4
- scikit-learn 0.12.1

- Numpy 1.7.0h2
- Scipy 0.11.0
- matplotlib 1.1.2
- pandas 0.9.1
- statsmodels 0.5.0 (dev)
- NLTK 2.0.4
- scikit-learn 0.12.1

I'm also using IPython 0.13 to create the IPython notebooks.

Expand Down