Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 authored Jul 16, 2019
2 parents 251679c + 4d27196 commit 95fd2ca
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,9 @@ 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 :
[Here are some more word corpus](http://mirror.rackdc.com/savannah/varnamproject/words/)

```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 .
```
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.

What next?
==========
Expand Down

0 comments on commit 95fd2ca

Please sign in to comment.