2017 © Pedro Peláez
 

library mecab

mecab reading for php

image

ateliee/mecab

mecab reading for php

  • Wednesday, January 25, 2017
  • by ateliee
  • Repository
  • 1 Watchers
  • 2 Stars
  • 7,252 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 199 % Grown

The README.md

meCab reading php library

オープンソース 形態素解析エンジンmeCab(http://taku910.github.io/mecab/)を, (*1)

phpで利用する場合、インストールが大変なのでライブラリ化してみました。, (*2)

使い方

meCabは別途インストールしている必要があります。, (*3)

https://github.com/neologd/mecab-ipadic-neologd, (*4)

    "require": {
        "ateliee/mecab": "dev-master"
    }
use meCab\meCab;
...

$mecab = new meCab();
var_dump($mecab->analysis('すもももももももものうち'));

The Versions

25/01 2017

dev-master

9999999-dev https://github.com/ateliee/mecab

mecab reading for php

  Sources   Download

MIT

The Requires

  • php >=5.0.0