Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dodoels committed Nov 30, 2018
1 parent ac257d7 commit 5ee4c95
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 @@ -12,6 +12,12 @@ To train unigram model with French corpus
python -m main train -n 1 -l fr
```

To train unigram model with German corpus

```
python -m main train -n 1 -l de
```

To train bigram model with English corpus

```
Expand All @@ -24,6 +30,12 @@ To train bigram model with French corpus
python -m main train -n 2 -l fr
```

To train bigram model with German corpus

```
python -m main train -n 2 -l de
```

To detect the language used as sentences with unigram

```
Expand Down

0 comments on commit 5ee4c95

Please sign in to comment.