Skip to content

CoreNLPのPostaggerの部分をParseyMcParsefaceに入れ替えたものです。

Notifications You must be signed in to change notification settings

takuyakubo/CoreNLP-Parsey-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreNLP-Parsey-Server

CoreNLPのPostaggerの部分をParseyMcParsefaceに入れ替えたものです。

Stanford Core NLPalgo-hub/parsey-universal-serverを合わせたものです。

使い方

コンパイル等が必要ない場合

2018/05/30時点のimageをuploadしてあるので、それを使う。

$ docker run -it -p 5000:5000 -p 9000:9000 takuyakubo/core-parsey

コンパイル等が必要な場合

  1. CoreNLPの中で ant jar
  2. CoreNLPの中に ここからmodelをdownloadする。(英語の場合は2つであることに注意)
  3. repository topに戻り docker build -t "core-parsey" .
  4. docker run -it -p 5000:5000 -p 9000:9000 core-parsey

About

CoreNLPのPostaggerの部分をParseyMcParsefaceに入れ替えたものです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published