Results 1 to 2 of 2

Thread: downloading dictionaries via terminal

  1. #1
    Join Date
    Dec 2012
    Beans
    19

    downloading dictionaries via terminal

    so, im making a chat bot in python, and want to give it the power of defining things. however i dont want to include a whole dictionary. instead i was wondering if there was a terminal command i could use to download a dictionary definition of a word?

  2. #2
    Join Date
    Apr 2011
    Beans
    48
    Distro
    Ubuntu

    Re: downloading dictionaries via terminal

    Access a dictionary through terminal (must have a working internet connection)
    Note: Replace ‘word' with whatever you'd like to search for (without quotes)
    curl dict://dict.org/d:word




    give that a try

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •