Skip to content

sakil470004/translatewordsChallange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

translatewordsChallange

What needs to be done?

  1. Read the input text file, find words list text file and dictionary csv file
  2. Find all words that is in the find words list, that has a replacement word in the dictionary
  3. Replace the words in the input text file
  4. 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?
  5. Unique list of words that was replaced with French words from the dictionary
  6. Number of times a word was replace
  7. Time taken to process
  8. Memory taken to process

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published