250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- tomoto
- Gmarket
- 게시판 만들기
- 네이버뉴스
- Python
- Topics
- 파이썬
- 과학백과사전
- 크롤링
- test
- java
- lda
- Websocket
- 幼稚园杀手(유치원킬러)
- 이력서
- 지마켓
- 토픽추출
- r
- 코사인 유사도
- mysql
- 자바
- RESFUL
- pytorch
- (깃)git bash
- jsp 파일 설정
- word2vec
- db
- 방식으로 텍스트
- oracle
- spring MVC(모델2)방식
Archives
- Today
- Total
목록get_topics (1)
무회blog
python: 200609-python_part1_topics_추출
In [1]: # for_005_topikTs_tomoto # %pip install tomotopy # %pip install nltk # 한국어 전처리 # %pip install --upgrade kiwipiepy # %pip install KoNLP # import nltk # nltk.download() ############################################# import tomotopy as tp import pandas as pd import numpy as np import nltk.stem, nltk.corpus, nltk.tokenize, re ,os from kiwipiepy import Kiwi kiwi = Kiwi() kiwi.prepare() #######..
Python
2020. 6. 9. 18:21