Giter Site home page Giter Site logo

marcofavorito / moby_dict Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 12 KB

Python API for the Moby lexicon project, the largest word list in the world.

License: MIT License

Python 100.00%
dictionaries dictionary moby-project moby-thesaurus moby-word-list word-list words

moby_dict's Introduction

moby_dict's People

Contributors

marcofavorito avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

moby_dict's Issues

word_list.download() does not work

When attempting to run word_list.download() in a windows instance, os.open() throws an error. python log and error below

Python 3.11.4 (tags/v3.11.4:d2340ef, Jun  7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from moby_dict.corpus import word_list
>>> word_list.download()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "[directory]\mobyenv\Lib\site-packages\moby_dict\corpus\util.py", line 51, in download
    _download(self.corpus_name, force=force)
  File "[directory]\mobyenv\Lib\site-packages\moby_dict\corpus\util.py", line 43, in _download
    _download_files(url, out, check_if_present=not force)
  File "[directory]\mobyenv\Lib\site-packages\moby_dict\corpus\util.py", line 35, in _download_files
    wget.download(next_link, subpath)
  File "[directory]\mobyenv\Lib\site-packages\wget.py", line 506, in download
    (fd, tmpfile) = tempfile.mkstemp(".tmp", prefix=prefix, dir=".")
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\tempfile.py", line 341, in mkstemp
    return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\tempfile.py", line 256, in _mkstemp_inner
    fd = _os.open(file, flags, 0o600)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 22] Invalid argument: '[directory]\\mobyenv\\moby_data/word_list\\?C=N;O=Dfeod1f74.tmp'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.