Skip to content

Instantly share code, notes, and snippets.

@nishimotz
Created April 14, 2012 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishimotz/2382295 to your computer and use it in GitHub Desktop.
Save nishimotz/2382295 to your computer and use it in GitHub Desktop.
Pytyonによる日本語自然言語処理 p.482
{ u'か': { u'れ': { 'value': [ { 'lemma': u'枯れ', 'length': 2, 'pos': 'V-Y'},
{ 'lemma': u'枯れ', 'length': 2, 'pos': 'V-Z'},
{ 'lemma': u'彼', 'length': 2, 'pos': 'N'}]}},
u'く': { 'value': [{ 'lemma': u'区', 'length': 1, 'pos': 'N'}],
u'る': { 'value': [{ 'lemma': u'来る', 'length': 2, 'pos': 'V-S'}, { 'lemma': u'来る', 'length': 2, 'pos': 'V-T'}],
u'ま': { 'value': [{ 'lemma': u'車', 'length': 3, 'pos': 'N'}]}}},
u'つ': { 'value': [{ 'lemma': u'津', 'length': 1, 'pos': 'N'}]},
u'で': { 'value': [{ 'lemma': u'で', 'length': 1, 'pos': 'J-K'}], u'ま': { 'value': [{ 'lemma': u'デマ', 'length': 2, 'pos': 'N'}]}},
u'の': { 'value': [{ 'lemma': u'の', 'length': 1, 'pos': 'J-K'}]},
u'ま': { 'value': [{ 'lemma': u'間', 'length': 1, 'pos': 'N'}],
u'つ': { 'value': [ { 'lemma': u'松', 'length': 2, 'pos': 'N'},
{ 'lemma': u'待つ', 'length': 2, 'pos': 'V-S'},
{ 'lemma': u'待つ', 'length': 2, 'pos': 'V-T'}]},
u'で': { 'value': [{ 'lemma': u'まで', 'length': 2, 'pos': 'J-F'}]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment