shirayu / kyoto-reader

A processor for KWDLC and KyotoCorpus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kyoto-reader: Parser for KWDLC and KyotoCorpus

京都大学ウェブ文書リードコーパス (KWDLC) および京都大学テキストコーパス (KyotoCorpus) のパーサー。
コーパス文書中から形態素・係り受け関係・述語項構造・共参照関係・固有表現情報を抽出します。

Requirements

Installation

$ pip install kyoto-reader

or

$ git clone https://github.com/ku-nlp/kyoto-reader
$ cd kyoto-reader
$ python setup.py install [--prefix=path]

Documents

https://kyoto-reader.readthedocs.io/en/latest/

Authors/Contact

京都大学 黒橋・村脇研究室 (contact at nlp.ist.i.kyoto-u.ac.jp)

  • Nobuhiro Ueda <ueda at nlp.ist.i.kyoto-u.ac.jp>

About

A processor for KWDLC and KyotoCorpus

License:MIT License


Languages

Language:Python 97.9%Language:Makefile 2.1%