Repository navigation
trie-tree
- Website
- Wikipedia
👮♂️The sensitive word tool for java.(敏感词/违禁词/违法词/脏词。基于 DFA 算法实现的高性能 java 敏感词过滤工具框架。内置支持单词标签分类分级。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。高性能敏感词检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。)
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
A lightweight full text indexer for .NET
A golang http router based on trie tree.
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
使用python实现了一个简单的trie树结构,可增加/查找/删除关键词,用于中文文本的关键词匹配、停用词删除等。
pinyintokenizer, 拼音分词器,将连续的拼音切分为单字拼音列表。
快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set
Tookit-Sihui, a tool of some common algorithm, AI文本混合科学计算器(calculator-sihui), 句子词频-逆文本频率(TF-IDF),搜索BM25, 前缀树搜索关键词(trietree), 模板匹配-递归函数(func_recursive),中文数字转阿拉伯数字(chinese to number),阿拉伯数字转汉语数字, HMM, CRF
Sensitive Words Detection 一个高性能的敏感词检测和过滤库,基于 Go 语言开发,采用整洁架构设计。专注于中文文本的敏感词检测,支持多种检测策略和灵活的扩展机制。
Coordinate Hash Trie: A Trie Variant Balancing between Time, Space, and Simplicity
a simple text editor in java for DS project
Data Structures in C++