summaryrefslogtreecommitdiff
path: root/scripts/textanalysis.js
AgeCommit message (Expand)Author
2014-10-29fix multiple warnings from zed (zedapp.org)Alon Levy
2014-10-28textanalysis{,.ui}: fix remaining globals, use strictAlon Levy
2014-10-27Fixes #116 - no star graph for a single nodeAlon Levy
2014-10-27textanalysis: s/abnormalGraph/starGraph/Alon Levy
2014-10-26textanalysis: protect from temp nodes on finalize (all these patches - need t...Alon Levy
2014-10-26textanalysis (#86): make star case avoid an empty string that was causing a c...Alon Levy
2014-10-26s/const/var/ ES6 defines const, not there yetAlon Levy
2014-10-26Fixes #86Alon Levy
2014-10-26textanalysis: use constsAlon Levy
2014-10-26textanalysis: whitespace fix (same line touched by last patch)Alon Levy
2014-10-26remove extra spaces around 'and' nodesAlon Levy
2014-10-26Fixes #114Alon Levy
2014-10-26textanalysis: factor out tokenizeAlon Levy
2014-10-24fixes #106Alon Levy
2014-10-20introduce require.js and rewrite testsAlon Levy
2014-10-19text_analyzer: drop unused verb variableAlon Levy
2014-10-13Fixes #95 no double text in central node of star graphPrototypeAlon Levy
2014-10-12Fixes #85 - compare using lower caseAlon Levy
2014-10-12textanalysis: allow more than one letter changes between calls to textanalysi...Alon Levy
2014-10-12Fixes #89Alon Levy
2014-10-12textanalysis: fix logic of allowed renamesAlon Levy
2014-10-09Revert "Allow chainlink when no last node is there"Alon Levy
2014-10-09Allow chainlink when no last node is thereAlon Levy
2014-10-08textanalysis: use and instead of nested ifs (refactor)Alon Levy
2014-10-08Fixes #85Alon Levy
2014-10-08textanalysis: for a chainlink edit trim the complete sentenceAlon Levy
2014-10-07rhizicore: remove debug printAlon Levy
2014-10-07Fixes #49: forgot link changesAlon Levy
2014-10-07rhizicore: don't move graph when only changing link or node textAlon Levy
2014-10-07textanalysis: fix indentationAlon Levy
2014-10-07textanalysis: workaround undefined or double link additionAlon Levy
2014-10-07textanalysis: group vars at start of functionAlon Levy
2014-09-30textanalysis: remove trailing whitespace from link namesAlon Levy
2014-09-29textanalysis: fold a too long lineAlon Levy
2014-09-29Fixes #75: don't spew undefines in linktext.Alon Levy
2014-09-29Fixes #73: pre first node text missing spacesAlon Levy
2014-09-28textanalysis: move graph touching function to non ui partAlon Levy
2014-09-28s/TextAnalyser2/textAnalyser2/ plus use function as varsAlon Levy
2014-09-23Fixes #50: drop parenthesis for prefix including sentencesAlon Levy
2014-09-23add a function comment to TextAnalyzer2; marking up it needs fixingAlon Levy
2014-09-23fix a #50 noticed error (introduced in af27835b)Alon Levy
2014-09-21Fixes #41: conjugation/connector only sentences keep their linksAlon Levy
2014-09-21textanalysis: drop two noisy logs introduced a few commits agoAlon Levy
2014-09-21textanalysis: multiple changes to autocompleteAlon Levy
2014-09-21scripts/textanalysis.js cleanup: put switch & cases on same columnAlon Levy
2014-08-20textanalysis & textanalysis-ui split completeAlon Levy
2014-08-19textanalysis: remove usage of $Alon Levy
2014-08-19start breaking textanalysis to logic and uiAlon Levy
2014-08-19textanalysis: move two globals into textanalysis, only used by this function ...Alon Levy
2014-08-19textanalysis.js: some indentation and one if-bool rewriteAlon Levy