How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
The official Go client for Elasticsearch
Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
Riot is a Go-based distributed search engine and indexing server designed for full-text indexing and retrieval. It functions as a retrieval system that sorts documents by relevance using BM25 ranking algorithms, term frequency, and inverse document frequency. The engine provides specialized support for the Chinese language, featuring concurrent text segmentation and phonetic Pinyin mapping to match romanized input with characters. It utilizes a distributed architecture that employs hash-based index sharding to balance data load and throughput across multiple server nodes. The system covers a
The main features of akrylysov/simplefts are: Search and Recommendation.
Open-source alternatives to akrylysov/simplefts include: elastic/go-elasticsearch — The official Go client for Elasticsearch. go-ego/gse — Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others. go-ego/riot — Riot is a Go-based distributed search engine and indexing server designed for full-text indexing and retrieval. It… huichen/sego — Go中文分词. huichen/wukong — Wukong is a distributed full-text search engine designed for indexing and retrieving text documents. It functions as a… lithammer/fuzzysearch.