Metadata-Version: 2.1
Name: kyoto-reader
Version: 1.2.0
Summary: A KWDLC and KyotoCorpus parser
Home-page: UNKNOWN
Author: Kurohashi-Kawahara Lab, Kyoto University
Author-email: contact@nlp.ist.i.kyoto-u.ac.jp
License: MIT
Description: # kyoto-reader: Parser for KWDLC and KyotoCorpus
        
        京都大学ウェブ文書リードコーパス ([KWDLC](https://github.com/ku-nlp/KWDLC))
        および京都大学テキストコーパス ([KyotoCorpus](https://github.com/ku-nlp/KyotoCorpus)) のパーサー。  
        コーパス文書中から形態素・係り受け関係・述語項構造・共参照関係・固有表現情報を抽出します。
        
        ## Requirements
        
        - Python 3.7.2+
        - [pyknp](https://github.com/ku-nlp/pyknp) 0.4.1
        - [KNP](http://nlp.ist.i.kyoto-u.ac.jp/index.php?KNP) 4.2 (optional)
        - [JumanDIC](https://github.com/ku-nlp/JumanDIC) (optional)
        
        ## Installation
        
        ```zsh
        $ pip install kyoto-reader
        ```
        
        or
        
        ```zsh
        $ 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>
        
Keywords: NLP,KWDLC,KyotoCorpus,parser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: !=3.7.0,!=3.7.1,>=3.7
Description-Content-Type: text/markdown
Provides-Extra: testing
