@@ -183,7 +183,7 @@ Worked on Crawler Module: implemented data compression and storage.
Worked on GUI Feature: implemented UI to wrap everything together, allow for user inputs (URL processing, file system inputs, module selection), and real-time feedback to users (part of another feature).
### Manuel Segimón
Built initial checker module using statisical methods
Built initial checker module using statistical methods
Implemented TrieNode structure for crawler to use ngrams and track conditional probabilities
@@ -197,6 +197,8 @@ Implemented GUI for correcter
Found and generated text corpses for german, italian and portuguese (From: https://wortschatz.uni-leipzig.de/en/download/German)
Added executables to the project so that reviewers can easily run the program and wrote execution instructions to INSTALL.txt
### Tejas Singh
Worked on base functionality of crawler: implemented Jsoup, basic data structures (such as the URL queue), and CLI (for use with files).