0

Module for dictionary in Python

Is there a Python module (offline) that I can use to check if a string is an English word or is there another way to do this

12th Dec 2018, 7:40 PM
Joseph Ojo
Joseph Ojo - avatar
1 Answer
+ 7
I doubt any offline module could be extensive enough for such a task... You can try with Oxford Dictionaries: https://developer.oxforddictionaries.com (it's free for up to 3,000 requests per month)
12th Dec 2018, 9:57 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar