diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-21 19:11:14 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-21 19:11:14 +0300 |
| commit | 810f2951b50357bcb6b854da312027d64fcddb25 (patch) | |
| tree | 02c03da06e04897208aacba69729bad90093525f /scripts/textanalysis.js | |
| parent | 15eb20c94c8143d84cb0c26fa5ae57a2a7b864c0 (diff) | |
Fixes #41: conjugation/connector only sentences keep their links
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |
