Skip to content

Instantly share code, notes, and snippets.

@masazdream
Created May 21, 2013 11:16
Show Gist options
  • Save masazdream/5619075 to your computer and use it in GitHub Desktop.
Save masazdream/5619075 to your computer and use it in GitHub Desktop.
// execで形態素解析する
$bash1 = '/usr/local/bin/mecab ' . $text_file_name;
$mecab_rt1 = shell_exec($bash1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment