File: token_mecab.html

package info (click to toggle)
groonga 11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 121,576 kB
  • sloc: ansic: 801,209; javascript: 62,121; ruby: 46,206; cpp: 33,790; xml: 24,951; yacc: 13,333; sh: 7,776; python: 3,266; makefile: 2,315; perl: 133
file content (787 lines) | stat: -rw-r--r-- 33,983 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787


<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>7.8.12. TokenMecab &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
    <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
    
    <script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
    <script src="../../_static/jquery.js"></script>
    <script src="../../_static/underscore.js"></script>
    <script src="../../_static/doctools.js"></script>
    <script src="../../_static/language_data.js"></script>
    
    <link rel="shortcut icon" href="../../_static/favicon.ico"/>
    <link rel="index" title="Index" href="../../genindex.html" />
    <link rel="search" title="Search" href="../../search.html" />
    <link rel="next" title="7.8.13. TokenNgram" href="token_ngram.html" />
    <link rel="prev" title="7.8.11. TokenDelimitNull" href="token_delimit_null.html" /> 
  </head><body>
<div class="header">
  <h1 class="title">
    <a id="top-link" href="../../index.html">
      <span class="project">groonga</span>
      <span class="separator">-</span>
      <span class="description">An open-source fulltext search engine and column store.</span>
    </a>
  </h1>

  <div class="other-language-links">
    <ul>
      <li><a href="../../../../ja/html/reference/tokenizers/token_mecab.html">日本語</a></li>
    </ul>
  </div>
</div>
  

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="token_ngram.html" title="7.8.13. TokenNgram"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
          <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="tokenmecab">
<h1><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code><a class="headerlink" href="#tokenmecab" title="Permalink to this headline">¶</a></h1>
<div class="section" id="summary">
<h2><span class="section-number">7.8.12.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
<p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> is a tokenizer based on <a class="reference external" href="https://taku910.github.io/mecab/">MeCab</a> part-of-speech and
morphological analyzer.</p>
<p>MeCab doesn’t depend on Japanese. You can use MeCab for other
languages by creating dictionary for the languages. You can use <a class="reference external" href="http://osdn.jp/projects/naist-jdic/">NAIST
Japanese Dictionary</a>
for Japanese.</p>
<p>You need to install an additional package to using TokenMecab.
For more detail of how to installing an additional package, see <a class="reference external" href="http://groonga.org/docs/install.html">how to install each OS</a> .</p>
<p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> is good for precision rather than recall. You can find
<code class="docutils literal notranslate"><span class="pre">東京都</span></code> and <code class="docutils literal notranslate"><span class="pre">京都</span></code> texts by <code class="docutils literal notranslate"><span class="pre">京都</span></code> query with
<a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> but <code class="docutils literal notranslate"><span class="pre">東京都</span></code> isn’t expected. You can find only
<code class="docutils literal notranslate"><span class="pre">京都</span></code> text by <code class="docutils literal notranslate"><span class="pre">京都</span></code> query with <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code>.</p>
<p>If you want to support neologisms, you need to keep updating your
MeCab dictionary. It needs maintain cost. (<a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> doesn’t
require dictionary maintenance because <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> doesn’t use
dictionary.) <a class="reference external" href="https://github.com/neologd/mecab-ipadic-neologd">mecab-ipadic-NEologd : Neologism dictionary for MeCab</a> may help you.</p>
</div>
<div class="section" id="syntax">
<h2><span class="section-number">7.8.12.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
<p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> has optional parameter.</p>
<p>No options:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenMecab
</pre></div>
</div>
<p>Specify option:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenMecab(&quot;include_class&quot;, true)

TokenMecab(&quot;target_class&quot;, &quot;a_part_of_speech&quot;)

TokenMecab(&quot;include_reading&quot;, true)

TokenMecab(&quot;include_form&quot;, true)

TokenMecab(&quot;use_reading&quot;, true)
</pre></div>
</div>
<p>Specify multiple options:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenMecab(&quot;target_class&quot;, &quot;名詞&quot;, &quot;include_reading&quot;, true)
</pre></div>
</div>
<p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> also specify multiple options as above.
You can also specify mingle multiple options except above example.</p>
</div>
<div class="section" id="usage">
<h2><span class="section-number">7.8.12.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
</div>
<div class="section" id="simple-usage">
<h2><span class="section-number">7.8.12.4. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2>
<p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenMeCab</span></code>. <code class="docutils literal notranslate"><span class="pre">東京都</span></code> is tokenized to <code class="docutils literal notranslate"><span class="pre">東京</span></code>
and <code class="docutils literal notranslate"><span class="pre">都</span></code>. They don’t include <code class="docutils literal notranslate"><span class="pre">京都</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenMecab &quot;東京都&quot;
# [
#   [
#     0,
#     1545812631.661493,
#     0.0002415180206298828
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;東京&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;都&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     }
#   ]
# ]
</pre></div>
</div>
<p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> can also specify options.
<code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> has <code class="docutils literal notranslate"><span class="pre">target_class</span></code> option, <code class="docutils literal notranslate"><span class="pre">include_class</span></code> option,
<code class="docutils literal notranslate"><span class="pre">include_reading</span></code> option, <code class="docutils literal notranslate"><span class="pre">include_form</span></code> option and <code class="docutils literal notranslate"><span class="pre">use_reading</span></code> option.</p>
<p><code class="docutils literal notranslate"><span class="pre">target_class</span></code> option searches a token of specifying a part-of-speech.
For example, you can search only a noun as below.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;target_class&quot;, &quot;名詞&quot;)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545810238.195525,
#     0.0003066062927246094
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;彼&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;名前&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;山田&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;さん&quot;,
#       &quot;position&quot;: 3,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;はず&quot;,
#       &quot;position&quot;: 4,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     }
#   ]
# ]
</pre></div>
</div>
<p><code class="docutils literal notranslate"><span class="pre">include_class</span></code> option outputs class and subclass in MeCab’s metadata as below.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;include_class&quot;, true)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545892715.887472,
#     0.03757452964782715
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;彼&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;名詞&quot;,
#         &quot;subclass0&quot;: &quot;代名詞&quot;,
#         &quot;subclass1&quot;: &quot;一般&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;の&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;助詞&quot;,
#         &quot;subclass0&quot;: &quot;連体化&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;名前&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;名詞&quot;,
#         &quot;subclass0&quot;: &quot;一般&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;は&quot;,
#       &quot;position&quot;: 3,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;助詞&quot;,
#         &quot;subclass0&quot;: &quot;係助詞&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;山田&quot;,
#       &quot;position&quot;: 4,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;名詞&quot;,
#         &quot;subclass0&quot;: &quot;固有名詞&quot;,
#         &quot;subclass1&quot;: &quot;人名&quot;,
#         &quot;subclass2&quot;: &quot;姓&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;さん&quot;,
#       &quot;position&quot;: 5,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;名詞&quot;,
#         &quot;subclass0&quot;: &quot;接尾&quot;,
#         &quot;subclass1&quot;: &quot;人名&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;の&quot;,
#       &quot;position&quot;: 6,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;助詞&quot;,
#         &quot;subclass0&quot;: &quot;連体化&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;はず&quot;,
#       &quot;position&quot;: 7,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;名詞&quot;,
#         &quot;subclass0&quot;: &quot;非自立&quot;,
#         &quot;subclass1&quot;: &quot;一般&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;です&quot;,
#       &quot;position&quot;: 8,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;助動詞&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;。&quot;,
#       &quot;position&quot;: 9,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;class&quot;: &quot;記号&quot;,
#         &quot;subclass0&quot;: &quot;句点&quot;
#       }
#     }
#   ]
# ]
</pre></div>
</div>
<p>You can exclude needless token with <code class="docutils literal notranslate"><span class="pre">target_class</span></code> and class and sub class of this option outputs.</p>
<p><code class="docutils literal notranslate"><span class="pre">include_reading</span></code> outputs reading in MeCab’s metadata as below.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;include_reading&quot;, true)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545892913.226588,
#     0.0003414154052734375
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;彼&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;カレ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;の&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ノ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;名前&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ナマエ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;は&quot;,
#       &quot;position&quot;: 3,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ハ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;山田&quot;,
#       &quot;position&quot;: 4,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ヤマダ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;さん&quot;,
#       &quot;position&quot;: 5,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;サン&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;の&quot;,
#       &quot;position&quot;: 6,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ノ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;はず&quot;,
#       &quot;position&quot;: 7,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ハズ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;です&quot;,
#       &quot;position&quot;: 8,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;デス&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;。&quot;,
#       &quot;position&quot;: 9,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;。&quot;
#       }
#     }
#   ]
# ]
</pre></div>
</div>
<p>You can get reading of a token with this option.</p>
<p><code class="docutils literal notranslate"><span class="pre">include_form</span></code> outputs inflected_type, inflected_form and base_form in MeCab’s metadata as below.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;include_form&quot;, true)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545892987.209944,
#     0.0004286766052246094
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;彼&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;彼&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;の&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;の&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;名前&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;名前&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;は&quot;,
#       &quot;position&quot;: 3,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;は&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;山田&quot;,
#       &quot;position&quot;: 4,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;山田&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;さん&quot;,
#       &quot;position&quot;: 5,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;さん&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;の&quot;,
#       &quot;position&quot;: 6,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;の&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;はず&quot;,
#       &quot;position&quot;: 7,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;はず&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;です&quot;,
#       &quot;position&quot;: 8,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;inflected_type&quot;: &quot;特殊・デス&quot;,
#         &quot;inflected_form&quot;: &quot;基本形&quot;,
#         &quot;base_form&quot;: &quot;です&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;。&quot;,
#       &quot;position&quot;: 9,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;base_form&quot;: &quot;。&quot;
#       }
#     }
#   ]
# ]
</pre></div>
</div>
<p><code class="docutils literal notranslate"><span class="pre">use_reading</span></code> supports a search by kana.
This option is useful for countermeasure of orthographical variants because it searches with kana.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;use_reading&quot;, true)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545893087.556662,
#     0.0003693103790283203
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;カレ&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;ノ&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;ナマエ&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;ハ&quot;,
#       &quot;position&quot;: 3,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;ヤマダ&quot;,
#       &quot;position&quot;: 4,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;サン&quot;,
#       &quot;position&quot;: 5,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;ノ&quot;,
#       &quot;position&quot;: 6,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;ハズ&quot;,
#       &quot;position&quot;: 7,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;デス&quot;,
#       &quot;position&quot;: 8,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;。&quot;,
#       &quot;position&quot;: 9,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     }
#   ]
# ]
</pre></div>
</div>
</div>
<div class="section" id="advanced-usage">
<h2><span class="section-number">7.8.12.5. </span>Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2>
<p><code class="docutils literal notranslate"><span class="pre">target_class</span></code> option can also specify subclasses and exclude or add specific
part-of-speech of specific using + or -.
So, you can also search a noun with excluding non-independent word and suffix of
person name as below.</p>
<p>In this way you can search exclude the noise of token.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;target_class&quot;, &quot;-名詞/非自立&quot;, &quot;target_class&quot;, &quot;-名詞/接尾/人名&quot;, &quot;target_class&quot;, &quot;名詞&quot;)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545810363.771334,
#     0.0003197193145751953
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;彼&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;名前&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     },
#     {
#       &quot;value&quot;: &quot;山田&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false
#     }
#   ]
# ]
</pre></div>
</div>
<p>In addition, you can get reading of a token that exclude the noise with <code class="docutils literal notranslate"><span class="pre">include_reading</span></code> option as below.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize &#39;TokenMecab(&quot;target_class&quot;, &quot;-名詞/非自立&quot;, &quot;target_class&quot;, &quot;-名詞/接尾/人名&quot;, &quot;target_class&quot;, &quot;名詞&quot;, &quot;include_reading&quot;, true)&#39; &#39;彼の名前は山田さんのはずです。&#39;
# [
#   [
#     0,
#     1545893197.914959,
#     0.0003139972686767578
#   ],
#   [
#     {
#       &quot;value&quot;: &quot;彼&quot;,
#       &quot;position&quot;: 0,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;カレ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;名前&quot;,
#       &quot;position&quot;: 1,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ナマエ&quot;
#       }
#     },
#     {
#       &quot;value&quot;: &quot;山田&quot;,
#       &quot;position&quot;: 2,
#       &quot;force_prefix&quot;: false,
#       &quot;force_prefix_search&quot;: false,
#       &quot;metadata&quot;: {
#         &quot;reading&quot;: &quot;ヤマダ&quot;
#       }
#     }
#   ]
# ]
</pre></div>
</div>
</div>
<div class="section" id="parameters">
<h2><span class="section-number">7.8.12.6. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
<div class="section" id="optional-parameter">
<h3><span class="section-number">7.8.12.6.1. </span>Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3>
<p>There are four optional parameters <code class="docutils literal notranslate"><span class="pre">include_class</span></code> , <code class="docutils literal notranslate"><span class="pre">target_class</span></code> , <code class="docutils literal notranslate"><span class="pre">include_form</span></code> and <code class="docutils literal notranslate"><span class="pre">use_reading</span></code> .</p>
<div class="section" id="include-class">
<h4><span class="section-number">7.8.12.6.1.1. </span><code class="docutils literal notranslate"><span class="pre">include_class</span></code><a class="headerlink" href="#include-class" title="Permalink to this headline">¶</a></h4>
<p>Outputs class and subclass in MeCab’s metadata.</p>
</div>
<div class="section" id="target-class">
<h4><span class="section-number">7.8.12.6.1.2. </span><code class="docutils literal notranslate"><span class="pre">target_class</span></code><a class="headerlink" href="#target-class" title="Permalink to this headline">¶</a></h4>
<p>Outputs a token of specifying a part-of-speech.</p>
</div>
<div class="section" id="include-reading">
<h4><span class="section-number">7.8.12.6.1.3. </span><code class="docutils literal notranslate"><span class="pre">include_reading</span></code><a class="headerlink" href="#include-reading" title="Permalink to this headline">¶</a></h4>
<p>Outputs reading in MeCab’s metadata.</p>
</div>
<div class="section" id="include-form">
<h4><span class="section-number">7.8.12.6.1.4. </span><code class="docutils literal notranslate"><span class="pre">include_form</span></code><a class="headerlink" href="#include-form" title="Permalink to this headline">¶</a></h4>
<p>Outputs inflected_type, inflected_form and base_form in MeCab’s metadata.</p>
</div>
<div class="section" id="use-reading">
<h4><span class="section-number">7.8.12.6.1.5. </span><code class="docutils literal notranslate"><span class="pre">use_reading</span></code><a class="headerlink" href="#use-reading" title="Permalink to this headline">¶</a></h4>
<p>Outputs reading of token.</p>
</div>
</div>
</div>
<div class="section" id="see-also">
<h2><span class="section-number">7.8.12.7. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="../commands/tokenize.html"><span class="doc">tokenize</span></a></p></li>
</ul>
</div>
</div>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../../index.html">Table of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a><ul>
<li><a class="reference internal" href="#summary">7.8.12.1. Summary</a></li>
<li><a class="reference internal" href="#syntax">7.8.12.2. Syntax</a></li>
<li><a class="reference internal" href="#usage">7.8.12.3. Usage</a></li>
<li><a class="reference internal" href="#simple-usage">7.8.12.4. Simple usage</a></li>
<li><a class="reference internal" href="#advanced-usage">7.8.12.5. Advanced usage</a></li>
<li><a class="reference internal" href="#parameters">7.8.12.6. Parameters</a><ul>
<li><a class="reference internal" href="#optional-parameter">7.8.12.6.1. Optional parameter</a><ul>
<li><a class="reference internal" href="#include-class">7.8.12.6.1.1. <code class="docutils literal notranslate"><span class="pre">include_class</span></code></a></li>
<li><a class="reference internal" href="#target-class">7.8.12.6.1.2. <code class="docutils literal notranslate"><span class="pre">target_class</span></code></a></li>
<li><a class="reference internal" href="#include-reading">7.8.12.6.1.3. <code class="docutils literal notranslate"><span class="pre">include_reading</span></code></a></li>
<li><a class="reference internal" href="#include-form">7.8.12.6.1.4. <code class="docutils literal notranslate"><span class="pre">include_form</span></code></a></li>
<li><a class="reference internal" href="#use-reading">7.8.12.6.1.5. <code class="docutils literal notranslate"><span class="pre">use_reading</span></code></a></li>
</ul>
</li>
</ul>
</li>
<li><a class="reference internal" href="#see-also">7.8.12.7. See also</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="token_delimit_null.html"
                        title="previous chapter"><span class="section-number">7.8.11. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="token_ngram.html"
                        title="next chapter"><span class="section-number">7.8.13. </span><code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code></a></p>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../../search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" />
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="token_ngram.html" title="7.8.13. TokenNgram"
             >next</a> |</li>
        <li class="right" >
          <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
          <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2009-2021, Brazil, Inc.
    </div>
  </body>
</html>