Can I import a module with an English dictionary?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharden3
    Contributor
    • Jul 2008
    • 916

    #1

    Can I import a module with an English dictionary?

    Is there somewhere I can pull a module with the English dictionary in it? I'm trying to make a simple intelligence program that can pick apart language and sentences.
  • YarrOfDoom
    Recognized Expert Top Contributor
    • Aug 2007
    • 1243

    #2
    See if you can find some file with the dictionary in it in a readable form (I guess similar programs would have that).
    Then pick it apart with Python and write a new file with the data you need, in the format you need it.

    Comment

    Working...