일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- (깃)git bash
- 게시판 만들기
- 토픽추출
- test
- RESFUL
- db
- 幼稚园杀手(유치원킬러)
- 이력서
- tomoto
- 크롤링
- Python
- 지마켓
- 네이버뉴스
- Topics
- 방식으로 텍스트
- lda
- 과학백과사전
- jsp 파일 설정
- oracle
- spring MVC(모델2)방식
- java
- word2vec
- r
- pytorch
- Gmarket
- Websocket
- 파이썬
- 코사인 유사도
- 자바
- mysql
- 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...