项目作者: seantrain

项目描述 :
Spell Checker Programming Project
高级语言: Assembly
项目地址: git://github.com/seantrain/Spell-Checker-Tokenizer.git
创建时间: 2019-02-06T16:50:38Z
项目社区:https://github.com/seantrain/Spell-Checker-Tokenizer

开源协议:

下载


Spell Checker/Tokenizer Project

The Spell Checker and Tokenizer Project would take in an input file and tokenize all the words before spell checking them. The coursework was initially set for
the program to be written in C before being translated and written in MIPS Assembly Language.