diff options
Diffstat (limited to 'scripts')
| -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 66cc4d4e..800a741f 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -236,7 +236,7 @@ var textAnalyser2 = function (newtext, finalize) { } } - abnormalGraph = (newlinks.length - ANDcount) >= 3; + abnormalGraph = (newlinks.length - ANDcount) >= 3 || orderStack[orderStack.length - 1] != NODE; //PREFIX not null case - put complete sentence in first link. if (prefix && !abnormalGraph) { |
