summaryrefslogtreecommitdiff
path: root/scripts/textanalysis.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-10-26 16:17:25 +0200
committerAlon Levy <alon@pobox.com>2014-10-26 16:17:25 +0200
commited216a46fc9acb09d3f88199611b7298b629b946 (patch)
treefc4967a536aafce97200f4918f2ee16b7729a875 /scripts/textanalysis.js
parent3298ff6d6e1f7e6ac9131dc76c74ee3b3582b8ef (diff)
remove extra spaces around 'and' nodes
Diffstat (limited to 'scripts/textanalysis.js')
-rw-r--r--scripts/textanalysis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js
index 185259d5..0537aab8 100644
--- a/scripts/textanalysis.js
+++ b/scripts/textanalysis.js
@@ -204,7 +204,7 @@ var textAnalyser2 = function (newtext, finalize) {
case "+":
case ",":
case "&":
- sentence[m]=" and ";
+ sentence[m]="and";
ANDcount++;
//orderStack.push("AND");
default: