联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 多国语言处理(228) 
按平台查找All Python(228) 

[多国语言处理] SpellCheck

该存储库包含一个Python脚本,用于使用BK树数据结构的拼写检查工具。拼写检查器可以通过命令行使用,允许用户输入文本并指定更正建议的数量。BK树实现基于Bloom_filter模块。
This repository contains a Python script for a spell-checking tool that utilizes a BK-tree data structure. The spell checker can be used through the command line, allowing users to input text and specify the number of suggestions for corrections. The BK-tree implementation is based on the Bloom_filter module. (2024-03-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711042344725583.html

[多国语言处理] spelling-checker

Python中的拼写检查器是一个程序,它根据预定义的拼写正确的单词列表(通常称为字典)检查给定文本中单词的拼写。目的是识别并可能纠正拼写错误的单词。
A spelling checker in Python is a program that checks the spelling of words in a given text against a predefined list of correctly spelled words, typically known as a dictionary. The aim is to identify and possibly correct misspelled words. (2024-02-19, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708274311602991.html

[多国语言处理] Spelling-Checker-Using-Python

使用Python的拼写检查器是一个旨在识别和更正给定文本中的拼写错误的程序。它通常涉及根据拼写正确的单词词典分析文本中的每个单词,并建议对任何不匹配的单词进行更正。
A spelling checker using Python is a program designed to identify and correct spelling errors in a given text. It typically involves analyzing each word in the text against a dictionary of correctly spelled words and suggesting corrections for any words that do not match. (2024-02-17, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708104638243364.html

[多国语言处理] pyspellcheck

一个死简单的拼写检查器,它从usr共享dict单词文件中读取单词以进行检查。它使用一个简单的trie树来使...
A dead simple spell checker that reads words from the /usr/share/dict/words file to check against. It uses a simple trie tree to invalidate possible combinations using prefix search. Right now it only corrects duplicated letters and shuffled vowels (2011-08-28, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700882889838198.html

[多国语言处理] Spellcheker-For-OCR-Genrated-Text

这是OCR文本自动拼写检查器的一个小演示。这在自定义词典上工作,并根据该词典更正单词...
This is a small demo for the automated spell checker for OCR text. This works on custom dictionary and correct the words based on that dictionary. The words in the dictionry are made to a character bi-gram dictionary and each word are made into their bigram. The set intersection is used for checking similarity between the words. The padding (2019-03-26, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700882883216052.html

[多国语言处理] Autocorrect-Spelling-Mistakes

在这个项目中,我用Python设计了一个自动校正器。用户输入单词,它首先检查拼写是否正确,如果...
In this project, i designed an auto-corrector in Python. User enters the word and it initially checks if the spellings are correct, if they arent then it automatically corrects them. (2021-09-05, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700882198726334.html

[多国语言处理] python-homework

题目:采用函数封装SQL查询语句 目标:熟练掌握函数封装的4种参数类型的使用 要求: 1. 此函数能够根据输入的任意查询信息合成符合SQL语法要求的查询语句 2. 函数输入包括数据 库 服务器的访问信息(IP,端口等),数据 库 的访问信息(数据 库 名称,访问权限等),任意查询条件,...,
Title: Encapsulate SQL query statements with functions Objective: Master the use requirements of four parameter types of function encapsulation: 1 This function can synthesize a query statement that meets the SQL syntax requirements based on any query information entered The function input includes the access information of the database server (IP, port, etc.), the access information of the database (database name, access permissions, etc.), any query conditions, (2021-07-05, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688872934433032.html

[多国语言处理] esp32_micropython_ssd1327

在ESP32芯片上使用micropython驱动ssd1327 1.5寸屏幕,使用上位机服务器获取中文 字 库 (也可使用本地 字 库 ),
Use microython to drive the ssd1327 1.5 inch screen on the ESP32 chip, and use the upper computer server to obtain the Chinese font library (or use the local font library), (2022-10-21, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688872919154494.html
总计:228