awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to blmoistawinde/harvesttext

Open-source alternatives to HarvestText

30 open-source projects similar to blmoistawinde/harvesttext, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best HarvestText alternative.

  • liuhuanyong/wordmultisensedisambiguationAvatar von liuhuanyong

    liuhuanyong/WordMultiSenseDisambiguation

    131Auf GitHub ansehen↗

    WordMultiSenseDisambiguation, chinese multi-wordsense disambiguation based on online bake knowledge base and semantic embedding similarity compute,基于百科知识库的中文词语多词义/义项获取与特定句子词语语义消歧.

    Python
    Auf GitHub ansehen↗131
  • skishore/makemeahanziAvatar von skishore

    skishore/makemeahanzi

    2,535Auf GitHub ansehen↗

    Free, open-source Chinese character data

    JavaScript
    Auf GitHub ansehen↗2,535
  • jacksonllee/pycantoneseAvatar von jacksonllee

    jacksonllee/pycantonese

    409Auf GitHub ansehen↗

    Cantonese Linguistics and NLP

    Pythoncantonesecomputational-linguisticsjyutping
    Auf GitHub ansehen↗409
  • liuhuanyong/domainwordsdictAvatar von liuhuanyong

    liuhuanyong/DomainWordsDict

    769Auf GitHub ansehen↗

    DomainWordsDict, Chinese words dict that contains more than 68 domains, which can be used as text classification、knowledge enhance task。涵盖68个领域、共计916万词的专业词典知识库,可用于文本分类、知识增强、领域词汇库扩充等自然语言处理应用。

    Auf GitHub ansehen↗769
  • qingyujean/sscAvatar von qingyujean

    qingyujean/ssc

    226Auf GitHub ansehen↗

    基于“音形码”的中文字符串相似度计算方法

    Python
    Auf GitHub ansehen↗226

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • tinyfool/chinesewithenglishAvatar von tinyfool

    tinyfool/ChineseWithEnglish

    52Auf GitHub ansehen↗

    绝对有趣的中文发音引擎 funny chinese text to speech enginee

    Auf GitHub ansehen↗52
  • fighting41love/coconlpAvatar von fighting41love

    fighting41love/cocoNLP

    1,130Auf GitHub ansehen↗

    A Chinese information extraction tool.

    Python
    Auf GitHub ansehen↗1,130
  • huggingface/tokenizersAvatar von huggingface

    huggingface/tokenizers

    10,825Auf GitHub ansehen↗

    This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It functions as a fast text encoder and a text preprocessing pipeline designed to transform strings into numerical representations with high throughput for research and production. The library includes a subword tokenizer trainer used to analyze text datasets and create custom vocabularies using algorithms such as byte-pair encoding and wordpiece. It provides capabilities for subword vocabulary training and text alignment, allowing character offsets to be tracked during normaliz

    Rustbertgptlanguage-model
    Auf GitHub ansehen↗10,825
  • keredson/wordninjaAvatar von keredson

    keredson/wordninja

    872Auf GitHub ansehen↗

    Probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies.

    Python
    Auf GitHub ansehen↗872
  • liuhuanyong/crimekgassitantAvatar von liuhuanyong

    liuhuanyong/CrimeKgAssitant

    1,580Auf GitHub ansehen↗

    Crime assistant including crime type prediction and crime consult service based on nlp methods and crime kg,罪名法务智能项目,内容包括856项罪名知识图谱, 基于280万罪名训练库的罪名预测,基于20W法务问答对的13类问题分类与法律资讯问答功能.

    Python
    Auf GitHub ansehen↗1,580
  • observerss/textfilterAvatar von observerss

    observerss/textfilter

    2,113Auf GitHub ansehen↗

    敏感词过滤的几种实现+某1w词敏感词库

    Python
    Auf GitHub ansehen↗2,113
  • pwxcoo/chinese-xinhuaAvatar von pwxcoo

    pwxcoo/chinese-xinhua

    11,572Auf GitHub ansehen↗

    Chinese-xinhua is an open-source repository providing a comprehensive, machine-readable collection of Chinese linguistic data. It serves as a structured archive of dictionary entries, idioms, and phrases designed for programmatic access and integration into language processing applications. The project organizes complex linguistic information into consistent, schema-driven object structures that facilitate rapid lookups and data portability. By utilizing key-value indexing and structured text serialization, the dataset enables developers to implement advanced natural language search functiona

    Pythonchinesechinese-characterschinese-language
    Auf GitHub ansehen↗11,572
  • skydark/nstoolsAvatar von skydark

    skydark/nstools

    678Auf GitHub ansehen↗

    Some meaningless nscripter tools.

    Python
    Auf GitHub ansehen↗678
  • wainshine/company-names-corpusAvatar von wainshine

    wainshine/Company-Names-Corpus

    1,293Auf GitHub ansehen↗

    公司名语料库。机构名语料库。公司简称,缩写,品牌词,企业名。可用于中文分词、机构名实体识别。

    companycorpusdataset
    Auf GitHub ansehen↗1,293
  • 1eez/103976Avatar von 1eez

    1eez/103976

    1,034Auf GitHub ansehen↗

    103976个英语单词库(sql版,csv版,Excel版)包含英文单词,中文翻译,单词的词性及多种词义,执行SQL语句就可以生成表,支持SQL Server,MySQL等多种数据库

    PLpgSQL
    Auf GitHub ansehen↗1,034
  • berniey/hanziconvAvatar von berniey

    berniey/hanziconv

    190Auf GitHub ansehen↗

    Hanzi Converter for Traditional and Simplified Chinese

    Python
    Auf GitHub ansehen↗190
  • glassywing/bi-lstm-crfAvatar von GlassyWing

    GlassyWing/bi-lstm-crf

    384Auf GitHub ansehen↗

    使用keras实现的基于Bi-LSTM CRF的中文分词+词性标注

    Python
    Auf GitHub ansehen↗384
  • glassywing/transformer-word-segmenterAvatar von GlassyWing

    GlassyWing/transformer-word-segmenter

    163Auf GitHub ansehen↗

    Sequence labeling base on universal transformer (Transformer encoder) and CRF; 基于Universal Transformer CRF 的中文分词和词性标注

    Python
    Auf GitHub ansehen↗163
  • jeongukjae/python-mecabAvatar von jeongukjae

    jeongukjae/python-mecab

    28Auf GitHub ansehen↗

    A repository to bind mecab for Python 3.5+. Not using swig nor pybind. (Not Maintained Now)

    C++mecabpython-c-extensiontext-preprocessing
    Auf GitHub ansehen↗28
  • kaleidophon/token2indexAvatar von Kaleidophon

    Kaleidophon/token2index

    50Auf GitHub ansehen↗

    A lightweight but powerful library to build token indices for NLP tasks, compatible with major Deep Learning frameworks like PyTorch and Tensorflow.

    Pythondeep-learningdeeplearningi2t
    Auf GitHub ansehen↗50
  • kfcd/chaiziAvatar von kfcd

    kfcd/chaizi

    811Auf GitHub ansehen↗

    漢語拆字字典

    chinesechinese-characterscomponents
    Auf GitHub ansehen↗811
  • kyubyong/g2pcAvatar von Kyubyong

    Kyubyong/g2pC

    245Auf GitHub ansehen↗

    g2pC: A Context-aware Grapheme-to-Phoneme Conversion module for Chinese

    Pythonchinese-nlpchinese-word-segmentationcrf
    Auf GitHub ansehen↗245
  • mozillazg/phrase-pinyin-dataAvatar von mozillazg

    mozillazg/phrase-pinyin-data

    530Auf GitHub ansehen↗

    词语拼音数据

    Pythonpinyinpinyin-data
    Auf GitHub ansehen↗530
  • mozillazg/python-pinyinAvatar von mozillazg

    mozillazg/python-pinyin

    5,325Auf GitHub ansehen↗

    python-pinyin is a Python library for transliterating simplified and traditional Chinese characters into phonetic pinyin. It functions as a transliteration system that converts text while supporting tone sandhi and providing utilities to transform pinyin between different formats, such as numeric tones, accent marks, or phonetic initials. The library features a polyphonic character resolver that analyzes surrounding word context to select the correct pronunciation for characters with multiple sounds. It also includes a customizable dictionary system that allows the extension of default transl

    Pythonchinesehanzihanzi-pinyin
    Auf GitHub ansehen↗5,325
  • opennmt/tokenizerAvatar von OpenNMT

    OpenNMT/Tokenizer

    333Auf GitHub ansehen↗

    Fast and customizable text tokenization library with BPE and SentencePiece support

    C++bpecppicu
    Auf GitHub ansehen↗333
  • philipperemy/name-datasetAvatar von philipperemy

    philipperemy/name-dataset

    1,002Auf GitHub ansehen↗

    The Python library for names.

    Pythondatasetnamenamed-entity-recognition
    Auf GitHub ansehen↗1,002
  • rainarch/sentibridgeAvatar von rainarch

    rainarch/SentiBridge

    639Auf GitHub ansehen↗

    SentiBridge: A Knowledge Base for Entity-Sentiment Representation

    Pythonknowledge-graphsentiment-analysis
    Auf GitHub ansehen↗639
  • artificiai/multilingual-latent-dirichlet-allocation-ldaAvatar von ArtificiAI

    ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA

    83Auf GitHub ansehen↗

    A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse Stemming, in Python.

    Pythonclusteringenglishfrench
    Auf GitHub ansehen↗83
  • alibaba-edu/simple-effective-text-matching-pytorchA

    alibaba-edu/simple-effective-text-matching-pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • artidoro/qloraAvatar von artidoro

    artidoro/qlora

    10,929Auf GitHub ansehen↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    Auf GitHub ansehen↗10,929