반응형
/*******************************************************************************************************************
-- Title : [NLP] Pre-Processing Tasks - ver.dBRang
-- Key word : pre-processing preprocessing nlp pipeline 자연어처리 파이프라인 전처리
*******************************************************************************************************************/
■ NLP Pipeline
☞ dbrang.tistory.com/1259
■ Pre-processing Tasks
■ Word Unit
Parsing & Encoding | |
Remove Tags | |
Deal with Encoding |
|
Tokenization | |
Sentence Tokenizing | |
Word Tokenizing | |
Stop word | |
Stopwords | |
POS(Part-Of-Speech) Tagging | |
Tag List | |
POS Tagging | |
한글 Tagging | |
Lemmatization | |
Stemming | |
Lemmatizing | |
Named Entity Recognition | |
NE Recognition |
■ Phrase Unit
Chunking | |
Chunk | |
Cohesion | |
Cohesion |
|
반응형