Giter VIP home page Giter VIP logo

Comments (6)

holzschu avatar holzschu commented on June 10, 2024 1

Hi, the latest TestFlight version has nltk (3.6.2), if you want to test: https://testflight.apple.com/join/yevwlUs1

You might need to uninstall your own nltk, if you installed it ("pip uninstall nltk -y"). User-installed packages have precedence over system-installed, even with a lower version number.

from carnets.

holzschu avatar holzschu commented on June 10, 2024

Hi,
!pip install nltk appears to work.
Inside nltk.download(), you can configure nltk to download to any directory you like. I would recommend Documents/nltk_data.

from carnets.

oleksis avatar oleksis commented on June 10, 2024

NLTK install and download resources to data path using Carnets: https://oleksis.github.io/jupyter/nltk/nlp/python/jupyter/carnets/2020/04/06/nltk-install-download-add-resource-data-path.html

from carnets.

danhesteves avatar danhesteves commented on June 10, 2024

Hi, I’m getting an error message trying to install NLTK. Any thoughts on how I could get it done correctly? (See screen shot below).
Thanks!
8521EEF8-CB6F-4A12-A5F3-C6A7025E20BE

from carnets.

holzschu avatar holzschu commented on June 10, 2024

Hi,
the error message in itself is: nltk 3.5 requires regex, and regex has a C component, so it failed at the compilation step by saying "clang is not available for iOS".

The solution is to go back to the previous version with "!pip install nltk==3.4"

from carnets.

danhesteves avatar danhesteves commented on June 10, 2024

@holzschu great, it worked now. Thanks!
Btw, great app!

from carnets.

Related Issues (20)

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.