Coder Social home page Coder Social logo

filmweb-nlp's Introduction

Hi there ๐Ÿ‘‹

I'm dealing some physics most of the time. Other wares too, if you have coin.

Lemur's GitHub stats

filmweb-nlp's People

Contributors

lemurpwned avatar pawelkulig1 avatar

Watchers

 avatar  avatar  avatar  avatar

filmweb-nlp's Issues

pyss3 now supports user-defined path

Hi @LemurPwned! I've just made some tiny updates on pyss3 taking into account your valuable feedback, now these lines:

data_loc = '/etc/cvoldata'
# idotic, won't load from custom loc
pyss3.SS3.__models_folder__ = os.path.join(data_loc, 'ss3_models')
clf = pyss3.SS3()
clf.load_model()

can be simply replaced by:

clf = pyss3.SS3()
clf.load_model('/etc/cvoldata')

In addition, this line can be safely removed (by default pyss33 looks for a local "ss3_models" folder):

pyss3.SS3.__models_folder__ = os.path.join('.', 'ss3_models')

If you want you can update pyss3 (pip install --upgrade pyss3) and try the new code, it will now make your code simpler and clearer. Sorry for not having taking this into account beforehand... PySS3 is a "baby" project in its 0.3 version (really far from a "1.0 version"), I know there's plenty of things to do, that's why I really appreciate your #comments, they helped me to improve the package and by doing that you also helped others using the package :) thanks, buddy!

The negative feedback is the best type of feedback because it is a "potential" improvement, so I really appreciate it. Next time do not hesitate to open an issue on the repo, any kind of help or feedback will be really appreciated.

Greets! take care and happy hacking ๐Ÿ‘

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.