projects
/
frak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2dd66c
)
Clean up redundant language
author
Joel Holdbrooks
<cjholdbrooks@gmail.com>
Tue, 30 Jul 2013 17:38:20 +0000
(10:38 -0700)
committer
Joel Holdbrooks
<cjholdbrooks@gmail.com>
Tue, 30 Jul 2013 17:38:20 +0000
(10:38 -0700)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 0795ed10715e8f5d271ba9f72c0641eaec1027ef..0466eab85394617cdfb2078b123b890ba70a9188 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-55,8
+55,8
@@
potential for improvement; the word trie could be converted to a
directed acyclic word graph (DAWG).
By using a DAWG it might be possible to produce more efficient
-patterns which consider
both common prefixes and suffixes. This might
-reduce b
oth b
acktracking and overall pattern size.
+patterns which consider
common prefixes and suffixes. This could
+reduce backtracking and overall pattern size.
## And now for something completely different