We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs/v3.0.1
1 parent cd9ebe2 commit d51fabaCopy full SHA for d51faba
site/assets/javascripts/lunr/tinyseg.js
@@ -28,7 +28,14 @@
28
// TinySegmenter 0.1 -- Super compact Japanese tokenizer in Javascript
29
// (c) 2008 Taku Kudo <taku@chasen.org>
30
// TinySegmenter is freely distributable under the terms of a new BSD licence.
31
- // For details, see http://chasen.org/~taku/software/TinySegmenter/LICENCE.txt
+ /**
32
+ * Creates a TinySegmenter instance configured with statistical tables for Japanese tokenization.
33
+ *
34
+ * Initializes character-type patterns and the internal weight tables used by the segmentation algorithm.
35
36
+ * @constructor
37
+ * @returns {TinySegmenter} The initialized TinySegmenter instance.
38
+ */
39
40
function TinySegmenter() {
41
var patterns = {
0 commit comments