Giter VIP home page Giter VIP logo

text-mining-tutorial's People

Contributors

pesoto avatar sekhansen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

text-mining-tutorial's Issues

German text messages - stop words and stemming

Hi @sekhansen,

Thanks a lot for the tutorial! I like it in a lot and I trief to apply it to my own work.

However, unfortunately, I would like to analyze German text messages.
Is there a way to additionally implement a German stop word list to the "short" and "long" English list?
stopwords_german.txt

And what about the stemming? I just noticed that there is a German package in the NLTK package, but I do not know how to apply it.

I think the rest of the code is not a problem re language :-)

I am really a freshman at this topic, so every help is really appeciated.

Thanks in advance!

Symbol not found

Hello @sekhansen ,

I am trying to play around with your tutorial.

After following all the installation (I am on Mac) , I try to run the code from :

  • Python 2.7 and the tutorial.py, I got :
    Traceback (most recent call last): File "/Users/rbellebon/text-mining-tutorial/tutorial.py", line 9, in <module> import topicmodels File "/Users/rbellebon/text-mining-tutorial/topicmodels/__init__.py", line 5, in <module> from . import LDA File "/Users/rbellebon/text-mining-tutorial/topicmodels/LDA/__init__.py", line 2, in <module> from .gibbs import * File "/Users/rbellebon/text-mining-tutorial/topicmodels/LDA/gibbs.py", line 17, in <module> from topicmodels.samplers import samplers_lda ImportError: dlopen(/Users/rbellebon/text-mining-tutorial/topicmodels/samplers/samplers_lda.so, 2): Symbol not found: _gsl_rng_mt19937 Referenced from: /Users/rbellebon/text-mining-tutorial/topicmodels/samplers/samplers_lda.so Expected in: flat namespace

  • Python 3.6 and junyper notebook, when I execute import topicmodels, I got:

ImportError: dlopen(/Users/rbellebon/text-mining-tutorial/topicmodels/samplers/samplers_lda.so, 2): Symbol not found: _PyClass_Type Referenced from: /Users/rbellebon/text-mining-tutorial/topicmodels/samplers/samplers_lda.so Expected in: flat namespace in /Users/rbellebon/text-mining-tutorial/topicmodels/samplers/samplers_lda.so

Any idea on what can be wrong?

Thanks in advance,

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.