diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-26 16:17:25 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-26 16:17:25 +0200 |
| commit | ed216a46fc9acb09d3f88199611b7298b629b946 (patch) | |
| tree | fc4967a536aafce97200f4918f2ee16b7729a875 /scripts/textanalysis.js | |
| parent | 3298ff6d6e1f7e6ac9131dc76c74ee3b3582b8ef (diff) | |
remove extra spaces around 'and' nodes
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 2 |
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: |
