Skip to content

Commit

Permalink
Added instructions for --import-learnings-from
Browse files Browse the repository at this point in the history
--import-learnings-from is a good option to quickly import word learnings. Added the usage of it into README.
  • Loading branch information
subins2000 authored Jun 14, 2017
1 parent aa1284c commit 251679c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ varnamc -s ml --learn-from .

This will take some time depends on how much words you are loading.

There is a `--import-learnings-from` option to import files which already has the learnt paramaeter. Importing these files don't take too much time as the word corpus.

Here is an example of loading the Malayalam file :

```bash
mkdir words
cd words
wget https://download.savannah.gnu.org/releases/varnamproject/words/ml.full.tar.gz
tar -xvf ml.full.tar.gz
varnamc -s ml --import-learnings-from .
```

What next?
==========

Expand Down

0 comments on commit 251679c

Please sign in to comment.