Skip to content

Commit

Permalink
Point to python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Mar 12, 2016
1 parent 5a530dd commit aadfea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ import kenlm
model = kenlm.Model('lm/test.arpa')
print(model.score('this is a sentence .', bos = True, eos = True))
```
See [python/example.py](python/example.py) and [python/kenlm.pyx](python/kenlm.pyx) for more, including stateful APIs.

---

Expand Down

0 comments on commit aadfea0

Please sign in to comment.