yongzhuo / macro-correctLinks
文本纠错(Text Correct, CSC), 支持中文文本纠错(拼写纠错/标点符号纠错/繁体纠错)(CSC, Chinese Spelling Correct / Check; Punct), CSC支持各领域数据的中文文本纠错(包括古文), 重点是错别字检测纠正(字词纠错).支持120种标点符号补全/纠错.包括文本纠错测评.
☆31Updated 3 weeks ago
Alternatives and similar repositories for macro-correct
Users that are interested in macro-correct are comparing it to the libraries listed below
Sorting:
- 该项目是为了使用layoutlmv3针对中文图片训练和推理。 其中主要解决 三个问题: 1.数据标准化成可以的训练数据集格式 2.layoutlmv3-base-chinese 分词修改 2.超过512长度的文本切分和滑窗操作☆52Updated 10 months ago
- 文档方向分类☆219Updated 7 months ago
- 视觉信息抽取任务中,使用OCR识别结果规范多模态大模型的回答☆37Updated 6 months ago
- 通用版面分析 | 中文文档解析 |Document Layout Analysis | layout paser☆46Updated last year
- 检测和提取各种场景图片中的表格区域,并纠正透视和旋转问题 Detect and extract table regions from images in various scenarios, and correct perspective and rotation i…☆100Updated 7 months ago
- 【间隙·树·排序算法】 对OCR结果或PDF提取的文本进行版面分析,按人类阅读顺序进行排序。☆143Updated last year
- Python3 package for Chinese/English OCR, with paddleocr-v4 onnx model(~14MB). 基于ppocr-v4-onnx模型推理,可实现 CPU 上毫秒级的 OCR 精准预测,通用场景中英文OCR达到开源SO…☆90Updated 5 months ago
- PaddleOCR 输出结果的行对齐,表格制式图像OCR行对齐☆45Updated 3 years ago
- 大模型预训练中文语料清洗及质量评估 Large model pre-training corpus cleaning☆67Updated 11 months ago
- Analysis of Chinese and English layouts 中英文版面分析☆226Updated this week
- 中文版面检测(Chinese layout detection),yolov8 is used to detect the layout of Chinese document images。☆58Updated 2 years ago
- Based on RapidOCR, extract the PDF content☆174Updated 2 months ago
- 360LayoutAnaylsis, a series Document Analysis Models and Datasets deleveped by 360 AI Research Institute☆292Updated 10 months ago
- 基于pytorch的中文意图识别和槽位填充☆179Updated last year
- 基于Qwen2模型进行通用信息抽取【实体/关系/事件抽取】☆31Updated last year
- A Multi-Modal Dataset of Chinese Governmental Docunments☆35Updated 4 years ago
- BERT-based intent and slots detector for chatbots.☆195Updated 4 months ago
- Qwen1.5-SFT(阿里, Ali), Qwen_Qwen1.5-2B-Chat/Qwen_Qwen1.5-7B-Chat微调(transformers)/LORA(peft)/推理☆63Updated last year
- 卡证和文档检测和矫正☆65Updated 10 months ago
- 轻量模型的图像分析web服务,包括倾斜矫正OCR,公章(印章)检测+识别,车牌识别。api方案使用FastAPI+Gunicorn,提供gradio展示。☆102Updated last year
- 一个短视频app文本审核模块的实现思路及demo☆120Updated 6 years ago
- 供AI训练的中文数据集(持续更新。。。)与AI公司图谱,目前的数据集餐饮行业8000问,百度知道,Alpaca中文数据集,计算机领域数据集,Vicuna数据集,RedPajama数据集,Wikipedia中文词条数据集,网站论坛问答数据集☆58Updated last year
- 表格结构识别LGPMA推理☆23Updated 2 years ago
- 雅意信息抽取大模型:在百万级人工构造的高质量信息抽取数据上进行指令微调,由中科闻歌算法团队研发。 (Repo for YAYI Unified Information Extraction Model)☆306Updated 11 months ago
- 一个非常高效的字符串匹 配工具,支持正向/反向最大匹配分词和多模式字符串精确匹配☆17Updated last year
- Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"☆40Updated last year
- 地址标准化☆121Updated last year
- 中文拼写错误和语法错误纠正☆315Updated 2 weeks ago
- 对深度学习中的NLP进行解释和代码使用☆54Updated last year
- 基于大语言模型的检索增强生成RAG示例