Metadata-Version: 2.1
Name: kyoto-reader
Version: 0.0.3
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
          - Verified Versions: 3.6, 3.7
        - pyknp 0.4.1
          - [pyknp (GitHub)](https://github.com/ku-nlp/pyknp)
        - JumanDIC (optional)
          - [JumanDIC (GitHub)](https://github.com/ku-nlp/JumanDIC)
        
        ## 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@nlp.ist.i.kyoto-u.ac.jp)
        
        - Nobuhiro Ueda
        
Keywords: NLP,KWDLC,KyotoCorpus,parser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
