projects
/
cipher-training.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995a501
)
Copied changed file from presentation-slides branch
author
Neil Smith
<neil.git@njae.me.uk>
Thu, 17 Jul 2014 22:22:09 +0000
(23:22 +0100)
committer
Neil Smith
<neil.git@njae.me.uk>
Thu, 17 Jul 2014 22:22:09 +0000
(23:22 +0100)
slides/word-segmentation.html
patch
|
blob
|
history
diff --git
a/slides/word-segmentation.html
b/slides/word-segmentation.html
index 6215255ca3c4825937d0d1177e4a54b64bce6b23..9c3b3092babc6ba5770692c391c193d2d9e39446 100644
(file)
--- a/
slides/word-segmentation.html
+++ b/
slides/word-segmentation.html
@@
-149,9
+149,9
@@
def Pwords(words):
```python
>>> 'hello' in Pw.keys() >>> Pwords(['hello'])
True -4.25147684171819
->>> 'inigo' in Pw
.keys()
>>> Pwords(['hello', 'my'])
+>>> 'inigo' in Pw
>>> Pwords(['hello', 'my'])
True -6.995724679281423
->>> 'blj' in Pw
.keys()
>>> Pwords(['hello', 'my', 'name'])
+>>> 'blj' in Pw
>>> Pwords(['hello', 'my', 'name'])
False -10.098177451501074
>>> Pw['hello'] >>> Pwords(['hello', 'my', 'name', 'is'])
-4.25147684171819 -12.195018236240843