Source for the dictionary.txt Gutenberg. β
- The definitions for several 'keywords' are written into the dictionary.txt. π§
- The program begins its execution by reading the dictionary.txt and extracting them into key and value a pair of the dict data structure. π
- The program asks for the input to be searched. πΌπΌ
- The input's definition will be printed by accessing the value of the input from the said data structure. β
- If the definition for the input is not found it will show the appropriate error message. β
- All the logs are entered into the logs.txt. π
Enter the query: Log
LOG
Log, v. i.
1. To engage in the business of cutting or transporting logs for
timber; to get out logs. [U.S.]
2. To move to and fro; to rock. [Obs.]
Enter the query: misspeled
The entered query's "misspeled" definition not found.
- If you have any suggestions or improvements, create issues or a pull request. π