-
Notifications
You must be signed in to change notification settings - Fork 14
INSTALL GUIDE
-
Google Colabotory
환경에서 아래 코드를 실행하여 간단하게TEANAPS
를 설치하고 활용할 수 있습니다. - 링크를 통해 설치용
Jupyter Notebook
파일(install.ipynb)을Google Colabotory
로 열 수 있습니다. (Link) -
Google Colabotory
활용방법은 가이드 문서를 참고해주세요. - 로컬 환경에 철치가 필요하신 경우, 아래
Requirements
에 명시된 라이브러리를 설치 후Git Clone
또는Download ZIP
을 통해TEANAPS
라이브러리를 다운로드해주시기 바랍니다. -
teanaps_setup.py
파일은Google Colabotory
환경에서의TEANAPS
설치파일로 로컬환경 설치를 지원하기 위한 파일이 아닙니다. - 본 라이브러리는
pip
를 통한 설치를 지원하지 않습니다. - 본 라이브러리는
Google Colabotory
환경에 최적되어있으며,Windows 운영체제
에서는 일부 기능에 제한이 있을 수 있습니다.
Python Code (in Jupyter Notebook) :
!git clone https://github.com/fingeredman/teanaps.git !python "teanaps/teanaps_setup.py"
-
PyTorch - conda install pytorch
-
Gensim - pip install gensim==3.8.3
-
NLTK - pip install nltk
Python Code (in Jupyter Notebook) :
import nltk nltk.download('punkt') nltk.download('averaged_perceptron_tagger') nltk.download('wordnet')
-
Plotly - pip install plotly==2.7.0
-
PyLDAvis - pip install pyldavis
-
Wordcloud - pip install wordcloud
-
xlwt - pip install xlwt
-
KoNLPy - pip install konlpy==0.5.1
- Jpype 버전확인 및 JAVA JDK 설치, 환경변수 세팅 필수 (LINK)
-
newspaper - pip install newspaper3k
-
sumy - pip install sumy
-
SoyNLP - pip install soynlp
-
PyTorch-CRF - pip install pytorch-crf
-
PyTorch-Transformers - pip install pytorch-transformers
-
Transformers - pip install transformers
-
GluonNLP - pip install gluonnlp
-
pytorch-pretrained-bert - pip install pytorch-pretrained-bert
-
mxnet - pip install --upgrade mxnet>=1.5.0
-
iGraph - pip install python-igraph
-
pdfminer - pip install pdfminer
-
docx2txt - pip install docx2txt
-
python-pptx - pip install python-pptx
-
Korean Sentence Splitter - pip install kss
-
mecab - Install MeCab for Mac/Linux, or Windows
- Windows 운영체제 설치 시 현재 파이썬 버전이 3.8인 경우 *.whl 파일 다운로드 (Link)
- 본 자료는 텍스트 마이닝을 활용한 연구 및 강의를 위한 목적으로 제작되었습니다.
- 본 자료를 강의 또는 연구 목적으로 활용하고자 하시는 경우 꼭 아래 메일주소로 연락주세요.
- 본 자료에 대한 상업적 활용과 허가되지 않은 배포를 금지합니다.
- 강의, 저작권, 출판, 특허, 공동저자에 관련해서는 문의 바랍니다.
◥ HOME
▸ Notice
▸ What can you do with TEANAPS?
▸ Why TEANAPS?
◥ INSTALL GUIDE
▸ Docker for Everyone
▸ Requirements
◥ WEB SCRAPPER
▸ Movie Review Scrapper
▸ News Article Scrapper
▸ AppStore Review Scrapper
▸ PlayStore Review Scrapper
▸ Naver Cafe Scrapper
◥ API DOCUMENTATION
● Architecture
▸ Handler
▸ NLP
└ Morphological Analysis
└ Named Entity Recognition
└ Syntax Analysis
└ Pre-processing
▸ Text Analysis
└ TF/TF-IDF
└ Document Clustering
└ Topic Modeling
└ Co-word/Network Analysis
└ Sentiment Analysis
└ Summarization
▸ Visualization
▸ Machine Learning (TBU)
◥ OPEN API
▸ ACCESS TOKEN 발급
▸ API 리스트
▸ API References
◥ TUTORIAL
▸ (TBU)
◥ USE CASES
▸ Journal
▸ Project
▸ Lecture & Seminar
◥ APPENDIX
▸ 성능평가 결과
▸ 형태소 품사 태그표
▸ 개체명 태그표
▸ References
▸ Release history
▸ Update History