搜索资源列表
kuaishupingxie
- 使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x
WordCheckver1.00
- 检查单词拼写的小程序,需要字典,字典请自己下载-check the spelling of the word small procedures, require dictionaries, dictionaries please download their own
Proga
- 一个用于简单拼写检查的软件,用户可以选择用于检查的字典文件,可以选择待检查的文件,还可以将检查得到的错误信息保存起来。 说明:字典文件第1行为词典的名称,以后每一行存放一个单词。 待检查的文件以物理上的换行为一行。 主要功能:用于英语文本的拼写检查。-a simple spell checker for the software, users can choose to use to check the dictionary file, you can choose to be examin
7654321
- JAVA语言开发的``可以进行英语单词拼写的练习,主要是利用一些组件来实验其功能 的
JAVA5快速拼写检查程序
- 本文件实现将输入文件中的英语单词差错功能 ,有可视界面,可方便导入文件和词典-achieve this document will be entered into the document English word error function, visual interface that would facilitate import documents and dictionaries
Check
- 实现英文的拼写检查,对错误单词标记并推荐相似单词-Implementation of English spelling checker, word on the wrong tag and recommend similar words
Check
- 一个用Java Swing写的简单单词拼写检查序,支持整篇文章的单词拼写检查-Writing a Java Swing with a simple sequence of words the spelling checker to support the entire article, word spelling checker
java5
- 编写一个英语单词拼写训练应用程序,先设计好英语单词拼写训练应用程序窗口与组件,再为按钮添加事件处理及添加键盘上的“—>”、“<—”键的事件处理方法-Write an English word spelling training application, the first design is good training for English words spelled with the components of the application window, and then a
UMLWord
- UML 多线程实现的单词拼写程序,字典是四六级单词-UML spelling multi-threaded implementation process, the word dictionary is 46
Fast-spelling-checker
- 快速拼写检查,导入英语单词字典以及文本,即可检查文本中拼写错误的单词,并且返回错误单词所在的位置。-Quick spell check, dictionary, and English words into the text, you can check misspelled words in the text, and returns the location of the error word.
LetterChecker0.2
- 快速拼写检查 可以根据字典检查出输入文章错误的的单词-Fast spell checking dictionary can check out the article entered the wrong word
Check
- 1.快速拼写检查程序,即检查英语文章的单词,列出所有错误单词的位置(java实现) 2.内附带课程设计实验报告文档,源码,操作指南-A quick spell checker, that is, check the English word article, list the location of all the wrong word (java implementation) (2) attached to curriculum design experiments reporting
CheckWords
- 英文单词拼写纠错 该用例使用到再种算法,第一种是用到了用单词前缀树解决多串的模式匹配问题的算法。第二个是用到了单词树的深度遍历下的回溯法进行最优值求解。-English word spelling correction
Test
- 此代码实现了算符优先文法分析器,实现对整数加减乘除运算表达式的分析和处理。 1.扫描程序,将任何一种整数运算表达式(无变量,操作数为正整数,允许加减乘除四种运算,允许使用括号和多层括号)识别为单词,并能发现单词的拼写错误 2.自底向上分析程序,在栈上实现对单词token串的自底向上分析 3. 根据算符优先文法的分析步骤,展示分析栈、token串的状态变化、相关量的优先级比较(算符优先分析表)结果输出 、判断当前是否进行规约或移进操作、(若须规约)显示当前应规约的串 4.展示语法树
K_gram
- 基本实现K_gram拼写校正算法。 使用TXT存储字典,每行存储一个单词。 阈值自己修订!-Basically K_gram spelling correction algorithms. Use TXT store the dictionary, one word per line storage. Revised threshold own!
EnglishWordsSpellingPractice
- JAVA语言实现的简易的英文单词字母拼写小游戏,可以使用鼠标或者键盘对字母进行控制来进行游戏-JAVA language of the simple English word letters spelling game, you can use the mouse or keyboard to control the alphabet for the game