Skip to content
View LCCrun's full-sized avatar

Block or report LCCrun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. learngit learngit Public

    my git option practise

  2. 2020HuaweiCodecraft-TestData 2020HuaweiCodecraft-TestData Public

    Forked from liusen1006/2020HuaweiCodecraft-TestData

    2020华为软赛初赛的测试数据,文件名为test_data.txt数据包含的环的个数

  3. goMonitorLog goMonitorLog Public

    Forked from qieangel2013/goMonitorLog

    基于Aho-Corasick 算法+Trie树+DFA 来实现实时匹配,可以实时对文本过滤+字符过滤+敏感词过滤+关键词过滤+脏词过滤+多字符串匹配等处理 支持所有的文本文件类型(包括所有日志)

    Go

  4. TrieNAhoCorasick TrieNAhoCorasick Public

    Forked from ChisBread/TrieNAhoCorasick

    带AC自动机的C++Trie树实现,支持UTF8和GBK编码

    C++

  5. aho-corasick aho-corasick Public

    Forked from hankcs/aho-corasick

    Aho-Corasick的Java实现,针对Ascii优化,支持Unicode。

    Java

  6. HanLP HanLP Public

    Forked from hankcs/HanLP

    中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理

    Python