Metadata-Version: 2.1
Name: aovec
Version: 0.1
Summary: Make Word2Vec from aozorabunko/aozorabunko
Home-page: https://github.com/eggplants/aovec
Author: eggplants
License: MIT
Description: # aovec
        
        [![PyPI version](https://badge.fury.io/py/aovec.svg)](https://badge.fury.io/py/aovec)
        
        - Make Word2Vec from [aozorabunko/aozorabunko](https://github.com/aozorabunko/aozorabunko)
        - This code is inspired by [sheepover96/aozora_analyzer](https://github.com/sheepover96/aozora_analyzer):
          - <https://serenard.hatenablog.com/entry/2019/04/28/170322>
        
        ## How to use
        
        ```bash
        # clone aozorabunko/aozorabunko (>20GB)
        $ python AozoraCloner.py
        # parse html files and write to results to novels/
        $ python AozoraParser.py
        # make word2vec and write to aozora_model.model
        $ python AozoraVecMaker.py
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
