| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-12 | #63 don't start force simulation when no topological change done | Alon Levy | |
| 2014-09-28 | textanalysis: move graph touching function to non ui part | Alon Levy | |
| 2014-09-28 | textanalysis-ui: lookup textanalyser a single time | Alon Levy | |
| 2014-09-28 | textanalysis-ui: protect #textanalyser access for easier node.js usage for ↵ | Alon Levy | |
| testing | |||
| 2014-09-28 | s/TextAnalyser2/textAnalyser2/ plus use function as vars | Alon Levy | |
| 2014-09-23 | textanalysis-ui: a little cleanup | Alon Levy | |
| according to my yet unwritten coding conventions: 1. no single line blocks 2. no empty lines without a good reason | |||
| 2014-09-21 | textanalysis-ui: Fixes #42 - remove helper text when sentence is edited then ↵ | Alon Levy | |
| deleted | |||
| 2014-09-21 | Fixes #41: conjugation/connector only sentences keep their links | Alon Levy | |
| 2014-09-21 | textanalysis: multiple changes to autocomplete | Alon Levy | |
| 1. move the sugg variable to textanalysis.js instead of the ui part 2. use a callback for the autocomplete widget (it supports three options: array, string as url for a json returning service, or callback) 3. use a dictionary instead of an array to keep the list of suggestions. We iterate on the dictionary instead of using a Trie or some other datastructure in the callback. But the dictionary avoids iteration when adding a word. Overall a loss in performance, but not noticeable. Googling / memory suggests a Trie is what we want here, but I'm postponing that for later. See: http://ejohn.org/blog/javascript-trie-performance-analysis | |||
| 2014-09-21 | textanalysis-ui: add note about 200 Hz text analysis being perhaps overzealous | Alon Levy | |
| 2014-09-21 | textanalysis-ui: spaces before and after assignment and opening curlies | Alon Levy | |
| 2014-09-12 | textanalysis-ui: use value and not key | Alon Levy | |
| Fixes #58 | |||
| 2014-08-20 | textanalysis & textanalysis-ui split complete | Alon Levy | |
| 2014-08-19 | textanalysis: remove usage of $ | Alon Levy | |
| 2014-08-19 | start breaking textanalysis to logic and ui | Alon Levy | |
