Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chezou
Created November 25, 2018 15:15
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 chezou/2ab09df15ddb8e94006b8168fed76323 to your computer and use it in GitHub Desktop.
Save chezou/2ab09df15ddb8e94006b8168fed76323 to your computer and use it in GitHub Desktop.
mecab windows 64bit
ENV["MECAB_PATH"]='C:\\mecab\\libmecab.dll'
require 'natto'
nm = Natto::MeCab.new
puts nm.parse('俺の名前は星野豊だ!!そこんとこヨロシク!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment