Basic Examples 
(4)
 

Get information about the structure of a piece of Japanese text:
In[1]:=
[◼]
JapaneseTextTokenizer
["こんにちは世界"]
Out[1]=
SurfaceFormこんにちは,BaseFormこんにちは,Readingコンニチハ,PartsOfSpeech{Interjection},SurfaceForm世界,BaseForm世界,Readingセカイ,PartsOfSpeech{Noun,General}
———
Get a specific property:
In[1]:=
[◼]
JapaneseTextTokenizer
["私の猫は私に日本語を教えています","Reading"]
Out[1]=
ワタシ,ノ,ネコ,ワ,ワタシ,ニ,ニホンゴ,オ,オシエ,テ,イ,マス
———
Return a
Dataset
:
In[1]:=
[◼]
JapaneseTextTokenizer
["私の日本語能力はじゃがいもですか?","Dataset"]
Out[1]=
———
Specify a list of properties:
In[1]:=
[◼]
JapaneseTextTokenizer
["はい。でも、頑張っています!",{"BaseForm","Reading"}]
Out[1]=
BaseFormはい,Readingハイ,BaseForm。,Reading。,BaseFormでも,Readingデモ,BaseForm、,Reading、,BaseForm頑張る,Readingガンバッ,BaseFormて,Readingテ,BaseFormいる,Readingイ,BaseFormます,Readingマス,BaseForm!,Reading!

Properties and Relations 
(5)
 


Options 
(12)
 


Applications 
(2)
 


Possible Issues 
(4)
 
