中文文本分析工具包(包括- 文本分类 - 文本聚类 - 文本相似性 - 关键词抽取 - 关键短语抽取 - 情感分析 - 文本纠错 - 文本摘要 - 主题关键词-同义词、近义词-事件三元组抽取)
-
Updated
Oct 3, 2023 - Python
中文文本分析工具包(包括- 文本分类 - 文本聚类 - 文本相似性 - 关键词抽取 - 关键短语抽取 - 情感分析 - 文本纠错 - 文本摘要 - 主题关键词-同义词、近义词-事件三元组抽取)
Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter or Facebook. Ekphrasis performs tokenization, word normalization, word segmentation (for splitting hashtags) and spell correction, using word statistics from 2 big corpora (english Wikipedia, twitter - 330mil english tweets).
Lightning fast spell correction / fuzzy search library based on SymSpell by Commerce-Experts
Fast Word Segmentation with Triangular Matrix
Word Segmentation with Dynamic Programming
A C++ project which suggests the user possible correct spellings for the given misspelled word.
🚀 DidUMean, is a spelling checker application checks your spelling and recommend words for you in case of wrong spelling ...
Implementation of spell-corrector in Erlang
CS 276 - Programming Assignment 2
Implement spelling corrector using trie (data structure) and edit distance(Dynamic Programming).
Peter Norvig's Spell Corrector Implemented in C++
Simple Spell Corrector using Natural Lanugage Processing
Course Project for CS166 at Stanford 2018 Spring
Add a description, image, and links to the spell-corrector topic page so that developers can more easily learn about it.
To associate your repository with the spell-corrector topic, visit your repo's landing page and select "manage topics."