word embedding
[부스트캠프][WK06 / Day25] Bag of Words & Word Embedding
1. 강의 내용 Intro to NLP, Bag-of-Words (주재걸 교수님) 1) Intro to Natural Language Processing(NLP) 1. NLP low-level parsing Tokenization: 주어진 문장을 단어 단위로 쪼개나가는 것 stemming: 어미가 다른 단어를 단어의 다양한 의미변화를 없애고 의미만을 보존하는 단어의 어근을 추출하는 것 Word and phrase level Named entity recognition(NER): 단일 언어나 여러 단어로 이뤄진 고유명사를 인식하는 task part-of-speech(POS) tagging: 단어들이 문장 내에서의 품사나 성분이 무엇인지 알아내는 task Sentence level Sentiment anal..