-
Notifications
You must be signed in to change notification settings - Fork 13
ARCHITECTURE
├─teanaps
│ │
│ ├─ handler
│ │ ├─ FileHandler
│ │ ├─ MessageHandler
│ │ └─ QueueHandler
│ │
│ ├─ nlp
│ │ ├─ MorphologicalAnalyzer
│ │ ├─ NamedEntityRecognizer
│ │ ├─ SyntaxAnalyzer
│ │ ├─ Processing
│ │ └─ Embedding
│ │
│ ├─ text_analysis
│ │ ├─ TfidfCalculator
│ │ ├─ DocumentClustering
│ │ ├─ TopicClustering
│ │ ├─ CoWordCalculator
│ │ ├─ SentimentAnalysis
│ │ ├─ DocumentSummarizer
│ │ └─ KeywordExtractor
│ │
│ ├─ visualization
│ │ ├─ GraphVisualizer
│ │ └─ TextVisualizer
│ │
│ └─ machine_learning
│ ├─ Regression
│ ├─ Classification
│ └─ Clustering
└─────────────────────────────────────────
- 본 자료는 텍스트 마이닝을 활용한 연구 및 강의를 위한 목적으로 제작되었습니다.
- 본 자료를 강의 또는 연구 목적으로 활용하고자 하시는 경우 꼭 아래 메일주소로 연락주세요.
- 본 자료에 대한 상업적 활용과 허가되지 않은 배포를 금지합니다.
- 강의, 저작권, 출판, 특허, 공동저자에 관련해서는 문의 바랍니다.
◥ 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