テキストの文法構造
新しいTextStructure関数を使って,文あるいは構造の文法的な依存を構築し可視化する.
In[1]:=

TextStructure["The cat sat on the mat.", "DependencyGraphs"]
Out[1]=

句構造のグラフ.
In[2]:=

TextStructure["The cat sat on the mat.", "ConstituentGraphs"]
Out[2]=

新しいTextStructure関数を使って,文あるいは構造の文法的な依存を構築し可視化する.
TextStructure["The cat sat on the mat.", "DependencyGraphs"]
句構造のグラフ.
TextStructure["The cat sat on the mat.", "ConstituentGraphs"]