Commit 86574f17 authored by Seyed Reza  Sajjadinasab's avatar Seyed Reza Sajjadinasab
Browse files

Merge branch 'Reza' into 'master'

updateReadMe

See merge request ec504/ec504_projects/group6!49
parents 5660c4c2 f47e36fd
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -56,6 +56,12 @@ In order to have a checker/corrector that is working properly it needs to proces
- Provide a reasonable translation from English to another language based on common language structures. [30%] 
    - We added the ability to translation from Dutch to English and from English to Dutch. We accomplished this by crawling a Dutch to English online dictionary and translating the words literally. Usage: use `--dutchDict` argument with crawler to re-crawl the dictionary. For translation we used crawled dictionary and translate the data on both side.`--translateToEnglish` and `--translateToDutch` in corrector will do this.

### Implemented Features not in description of Language correction
- Implement a GUI to help user give feedback on updated tokens.
- Accept sentence in command line as well as file name for both checker and corrector.
- Help option for command line and detection of non-valid commands for checker and corrector.


### References
https://docs.oracle.com/javase/tutorial/networking/urls/index.html

@@ -63,11 +69,11 @@ https://docs.oracle.com/javase/tutorial/networking/urls/index.html
- Most Updated (Stable) Branch: Master

## Work Breakdown
Webcrawler, Data Parser, Webcrawler stats, Webcrawler social media, Extend system to other language (partial), Provide a reasonable translation (partial) by Alex Melnick 
 Alex Melnick: Webcrawler, Data Parser, Webcrawler stats, Webcrawler social media, Extend system to other language (partial), Provide a reasonable translation (partial)

Data Parser, Android App by Michael Harkess
Michael Harkess: Data Parser, Android App

All of the package and module in CheckerCorrector including: Language checker and corrector with all of the GUI features for them, including feature 3 and 5 and other features like giving user feadback on tokens, and the list of possible corrections, The extention to dutch and translation for dutch on checker/corrector the by Reza Sajjadi
Reza Sajjadi: All of the package and module in CheckerCorrector including: Language checker and corrector with all of the GUI features for them, including feature 2, 3 and 5 and other features like giving user feadback on tokens, and the list of possible corrections, the extention to dutch and translation for dutch and to dutch on checker/corrector 

This work breakdown is signed by Everyone:
Seyed Reza Sajjadinasab