From ed216a46fc9acb09d3f88199611b7298b629b946 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Oct 2014 16:17:25 +0200 Subject: remove extra spaces around 'and' nodes --- scripts/textanalysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/textanalysis.js') 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: -- cgit v1.3.1