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 |
Tags
- https
- codility
- coursera
- 알고리즘
- 프로젝트오일러
- 중국맛집
- Project Euler
- lambda
- 몽골여행
- github
- 워킹데드
- 컴퓨터네트워크
- 블라디보스토크
- 우분투
- 먹방
- 파이썬
- certbot
- 스팀
- Python
- FPS
- flask
- 게임
- 퍼즐게임
- django
- 인디게임
- C#
- AWS
- API
- 그래픽노블
- pycon
- Today
- 134
- Total
- 324,498
목록whoosh (1)
YUDA't
whoosh개요pure-Python search engineOkapi BM25F ranking function 사용Lucene 같이 엿같은 java 환경 안 써도 됨모든 인덱스는 반드시 unicode이어야 함용어 사전AnalysisThe process of breaking the text of a field into individual terms to be indexed. This consists of tokenizing the text into terms, and then optionally filtering the tokenized terms (for example, lowercasing and removing stop words). Whoosh includes several different ana..
개발/python
2016. 12. 22. 21:07