Metadata-Version: 1.1
Name: SmiToText
Version: 0.1
Summary: UNKNOWN
Home-page: https://github.com/jjeaby/SmiToText
Author: Lee Yong Jin
Author-email: jjeaby@gmail.com
License: Apache 2.0
Description: ## 이 프로젝트는 형태소 분석, 자막 취합 등을 위한 프로젝트입니다. 
        
        
        
        
        ### * 추가 라이브러리 설치 방법 
        #### 1. spacy tokenizer 를 위한 english 설치 
        ```
        python -m spacy download en
        
        
        python
        import nltk
        nltk.download()
        
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
