Skip to content

Commit ed042ea

Browse files
authored
Rename ReadMe.md to README.md
1 parent 056b4bd commit ed042ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ReadMe.md python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ model = tongrams.ProbModel('../build/ef_trie.prob_backoff.bin')
3232
sentence = "Having a little flexibility on that issue would go a long way to putting together a final package ."
3333
score = model.score_sentence(sentence, len(sentence))
3434
print("Score: " + str(score))
35-
```
35+
```

0 commit comments

Comments
 (0)