반응형

/*******************************************************************************************************************
-- 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
  • 정규 표현식으로 태그 제거(1149)
  • 정규 표현식(정규식) 설명(1152)
    Deal with Encoding
  • 한글 깨짐 이슈(934)
 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
  • Cohesion Theory
  • Cohesion

 

 

 

반응형

+ Recent posts