"Natural language processing"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
imported>Pythagoras0 |
Pythagoras0 (토론 | 기여) |
||
(사용자 2명의 중간 판 7개는 보이지 않습니다) | |||
10번째 줄: | 10번째 줄: | ||
* [[Programming with news article]] | * [[Programming with news article]] | ||
* [[Corpus based writing]] | * [[Corpus based writing]] | ||
− | + | * [[Text to speech (TTS)]] | |
+ | * [[Chatbot]] | ||
+ | * [[Word2Vec]] | ||
+ | * [[TFIDF]] | ||
+ | * [[Text analysis]] | ||
==computational resource== | ==computational resource== | ||
19번째 줄: | 23번째 줄: | ||
* https://gist.github.com/hyeshik/d19c66a19c6a621d61cd370c2125ac7f | * https://gist.github.com/hyeshik/d19c66a19c6a621d61cd370c2125ac7f | ||
[[Category:계산]] | [[Category:계산]] | ||
+ | [[분류:migrate]] | ||
+ | |||
+ | ==메타데이터== | ||
+ | ===위키데이터=== | ||
+ | * ID : [https://www.wikidata.org/wiki/Q30642 Q30642] | ||
+ | ===Spacy 패턴 목록=== | ||
+ | * [{'LOWER': 'natural'}, {'LOWER': 'language'}, {'LEMMA': 'processing'}] | ||
+ | * [{'LEMMA': 'NLP'}] |
2021년 2월 17일 (수) 01:00 기준 최신판
introduction
- colloations http://language.worldofcomputing.net/nlp-overview/collocations.html
- tagging https://open.xerox.com/Services/fst-nlp-tools
courses
- Programming with news article
- Corpus based writing
- Text to speech (TTS)
- Chatbot
- Word2Vec
- TFIDF
- Text analysis
computational resource
- http://nlp.stanford.edu:8080/corenlp/process
- https://pypi.python.org/pypi/nltk
- http://konlpy.org/ko/latest/
- https://github.com/theeluwin/textrankr
- https://gist.github.com/hyeshik/d19c66a19c6a621d61cd370c2125ac7f
메타데이터
위키데이터
- ID : Q30642
Spacy 패턴 목록
- [{'LOWER': 'natural'}, {'LOWER': 'language'}, {'LEMMA': 'processing'}]
- [{'LEMMA': 'NLP'}]