diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-28 14:05:06 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-28 14:05:06 +0300 |
| commit | 49801ba2c99c0397ede59d46a2dc4d4f8c94f6cb (patch) | |
| tree | 978e3bf9ebe2fe0453bc0f35c17637a95faf0476 /scripts/textanalysis.js | |
| parent | 0e412a5d6ba03fa58e92d4fd4b0f857e0e617792 (diff) | |
s/TextAnalyser2/textAnalyser2/ plus use function as vars
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index ba35c8fe..7ac32277 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -39,7 +39,7 @@ function autocompleteCallback(request, response_callback) } /* - * TextAnalyser2 + * textAnalyser2 * * Input: * @newtext - new sentence @@ -57,7 +57,7 @@ function autocompleteCallback(request, response_callback) * marks). * */ -function TextAnalyser2(newtext, finalize) { +var textAnalyser2 = function (newtext, finalize) { var segment = [], subsegment = [], sentence = []; |
