Commit c6ea8ad6 authored by Moises Bensadon's avatar Moises Bensadon
Browse files

Update README.md

parent 63f9e093
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -175,12 +175,16 @@ Signed by: Tejas S., Leon Long, Moi Bensadón, Manuel Segimón

### Moi Bensadon 
Built initial Corrector Module using ngrams on brown corpus

Integrated separate checker/corrector and crawler modules into one package

Implemented Serialization and Deserialization of TrieNode for crawler (limited compression to 1KB per site by tracking incremental compressed size)

Implemented streaming for GUI so that output appears as it crawls each site

Added dropdown for module selection and dialog box to GUI to build off of existing corpora 
Added perplexity and probability methods calculations for TrieNode

Added perplexity and probability methods calculations for TrieNode

### Leon Long 
Worked on Crawler Module: implemented data compression and storage.
@@ -188,9 +192,13 @@ Worked on GUI Feature: implemented UI to wrap everything together, allow for use

### Manuel Segimón 
Built initial checker module using statisical methods

Implemented TrieNode structure for crawler to use ngrams and track conditional probabilities

Implemented logic for making correction and ranking based on differences

Implemented GUI text highlighter for checker

Implemented GUI for correcter

### Tejas Singh