From 810f2951b50357bcb6b854da312027d64fcddb25 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 21 Sep 2014 19:11:14 +0300 Subject: Fixes #41: conjugation/connector only sentences keep their links --- scripts/textanalysis.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/textanalysis.js') diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index dae85752..a3694887 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -256,6 +256,8 @@ function TextAnalyser2(newtext, finalize) { } } + ret.drop_conjugator_links = ANDcount < linkindex; + //FOR THE EXTERNAL ARROW-TYPE CHANGER lastnode = newnodes[nodeindex]; -- cgit v1.3.1