Giter VIP home page Giter VIP logo

wordmaster's Introduction

Wordmaster

WordMaster is an intelligent word-info provider which can do the work for you about finding anything about a word.

Input: A valid word in any language.

Output: The program tells the meaning of the word in English or translates it to a different language, according to an user-inputted choice. All languages from ISO-639 are supported.

More details about the working of the code and also a live demo, here at my website.

wordmaster's People

Contributors

ggteixeira avatar bidyutchanda avatar

Stargazers

jwliles avatar James Vickery avatar Tomer Aberbach avatar Boris Chervenkov avatar radish avatar Carl Bordum Hansen avatar JRM avatar Nico Müller avatar Ulina avatar Pablo Potat0 avatar Raúl J. Vila avatar Zoltán Seres avatar  avatar  avatar 700ny0m avatar  avatar John Cole Van Hoogenstyn avatar  avatar Toby Petty avatar  avatar Jordan Fineberg avatar  avatar Ivan Bilan avatar  avatar Seth Woodworth avatar

Watchers

James Cloos avatar

Forkers

shinroo

wordmaster's Issues

Suggest to loosen the dependency on textblob

Hi, your project WordMaster(commit id: 132356f) requires "textblob==0.15.2" in its dependency. After analyzing the source code, we found that the following versions of textblob can also be suitable, i.e., textblob 0.11.1, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.15.0, 0.15.1, 0.15.3, since all functions that you directly (3 APIs: textblob.blob.BaseBlob.translate, textblob.blob.BaseBlob.detect_language, textblob.blob.TextBlob.init) or indirectly (propagate to 3 textblob's internal APIs and 0 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.

Therefore, we believe that it is quite safe to loose your dependency on textblob from "textblob==0.15.2" to "textblob>=0.11.1,<=0.15.3". This will improve the applicability of WordMaster and reduce the possibility of any further dependency conflict with other projects.

May I pull a request to further loosen the dependency on textblob?

By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?

SyntaxError: invalid syntax

python wordmaster.py produces the following result:

File "wordmaster.py", line 12
"""
^
SyntaxError: invalid syntax

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.