Commit 7e008caf authored by Moises Bensadon's avatar Moises Bensadon
Browse files

Update README.md

parent 2954a3e8
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -200,6 +200,8 @@ Code: https://agile.bu.edu/gitlab/ec504/ec504_projects/group7/-/tree/master/src/
Signed by: Tejas S., Leon Long, Moi Bensadón, Manuel Segimón

### Moi Bensadon 
Organized gitlab repo into issues and gave detailed explanations of each task.

Built initial Corrector Module using ngrams on brown corpus

Integrated separate checker/corrector and crawler modules into one package
@@ -212,6 +214,20 @@ Added dropdown for module selection and dialog box to GUI to build off of existi

Added perplexity and probability methods calculations for TrieNode

Implemented social media (Reddit) module in UI

Added progress bar for building, crawling and inserting after feedback

Added labels on progress bar for easy use.

Added threads for builder and crawler to avoid waiting

Added event for return key to trigger Run button

Removed anchor and query params from urls that are scraped from site to avoid scraping duplicate pages

Added small version of brown corpus for quick use.

### Leon Long 
Worked on Crawler Module: implemented data compression and storage.