What needs to be done?
- Read the input text file, find words list text file and dictionary csv file
- Find all words that is in the find words list, that has a replacement word in the dictionary
- Replace the words in the input text file
- Save the processed file as outputNOTE: Accuracy of the replace in terms of all occurrences, casing and special characters to be maintained What is the expected output?
- Unique list of words that was replaced with French words from the dictionary
- Number of times a word was replace
- Time taken to process
- Memory taken to process