We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056b4bd commit ed042eaCopy full SHA for ed042ea
python/ReadMe.md python/README.md
@@ -32,4 +32,4 @@ model = tongrams.ProbModel('../build/ef_trie.prob_backoff.bin')
32
sentence = "Having a little flexibility on that issue would go a long way to putting together a final package ."
33
score = model.score_sentence(sentence, len(sentence))
34
print("Score: " + str(score))
35
-```
+```
0 commit comments