Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieerd/ricecake
찰떡같이 알아듣는 한국어 퍼지 검색 / 초성 검색 엔진. Fuzzy / incremental search for Korean texts.
https://github.com/wieerd/ricecake
fuzzy fuzzy-search hangul korean python regex
Last synced: 4 days ago
JSON representation
찰떡같이 알아듣는 한국어 퍼지 검색 / 초성 검색 엔진. Fuzzy / incremental search for Korean texts.
- Host: GitHub
- URL: https://github.com/wieerd/ricecake
- Owner: WieeRd
- License: mit
- Created: 2024-01-12T16:56:53.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-09T11:56:17.000Z (8 months ago)
- Last Synced: 2024-05-09T23:35:30.570Z (8 months ago)
- Topics: fuzzy, fuzzy-search, hangul, korean, python, regex
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ricecake.py (찰떡.py)
![Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FWieeRd%2Fricecake%2Fmaster%2Fpyproject.toml&style=for-the-badge&logo=python&logoColor=white&label=Python&labelColor=1f1f28&color=4584b6)
![GitHub workflow](https://img.shields.io/github/actions/workflow/status/WieeRd/ricecake/python.yml?style=for-the-badge&logo=github&logoColor=white&label=CI&labelColor=1f1f28&color=98bb6c)찰떡같이 알아듣는 한국어 퍼지 검색 / 초성 검색 엔진.
WORKING IN PROGRESS
## Features
- [ ] 초성 검색
- [ ] 퍼지 검색
- [ ] 증분 검색
- [ ] 병렬 검색 & 정렬## References
- [한글도 지원하는 퍼지 문자열 검색][kr_fuzzy] by [@taggon](https://github.com/taggon)
- [한글 자동완성을 위한 정규식][kr_completion] by [@bluewings](https://github.com/bluewings)[kr_fuzzy]: https://taegon.kim/archives/9919
[kr_completion]: https://bluewings.github.io/unobstructed-hangul-regular-expression