Skip to content

Instantly share code, notes, and snippets.

@Salinger
Created March 6, 2015 09:41
Show Gist options
  • Save Salinger/1696996359beeacab00b to your computer and use it in GitHub Desktop.
Save Salinger/1696996359beeacab00b to your computer and use it in GitHub Desktop.
m = MeCab::Tagger.new "-Ochasen -u lib/wikipedia_user.dic"
mecab_str = m.parse(string)
c = CaboCha::Parser.new "-f4 -I1"
lines = c.parseToString(mecab_str).force_encoding("UTF-8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment