일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 자바
- Topics
- lda
- (깃)git bash
- 코사인 유사도
- db
- 게시판 만들기
- 幼稚园杀手(유치원킬러)
- word2vec
- 네이버뉴스
- pytorch
- tomoto
- 과학백과사전
- 크롤링
- Python
- 이력서
- 지마켓
- oracle
- test
- 토픽추출
- java
- Websocket
- 방식으로 텍스트
- r
- jsp 파일 설정
- RESFUL
- 파이썬
- Gmarket
- mysql
- spring MVC(모델2)방식
- Today
- Total
목록test (3)
무회blog
python 3.5 tensorflow 1.12.1 bert-serving-server 1.9.1 bert-serving-cline 1.9.1 1.BERT 클라이언트와 서버 설정 pip install bert-serving-server # server pip install bert-serving-client # client, bert-serving-start -model_dir chinese_L-12_H-768_A-12 -num_worker=1 bert-serving-start -model_dir /D:app_lib/bert_lib /chinese_L-12_H-768_A-12/ -num_worker=2 D:\app_src\anaconda\04-srcTest\test_bert\chinese_L-12_H-7..
보호되어 있는 글입니다.
for_topics-004 # %pip install tomotopy # %pip install nltk # nltk.download() # %pip install --upgrade kiwipiepy # 한국어 전처리 # %pip install KoNLP import tomotopy as tp import nltk.stem, nltk.corpus, nltk.tokenize, re from kiwipiepy import Kiwi # model = tp.LDAModel(k=20) model = tp.LDAModel(k=20, alpha=0.1, eta=0.01, min_cf=5) # k 토픽 개수 for i, line in enumerate(open('./corpos/newsSogBo_test003_001...