omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Downloading NLTK on an iPad (complete newbie, needs help)

    Pythonista
    3
    5
    4020
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jai.jazo
      jai.jazo last edited by

      Hello,

      How do you download NLTK on an iPad? Is is possible? I haven’t had much success. Would anybody mind walking me through the step-by-step process? How would you download both the corpus and NLTK itself?

      M

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        There are many threads in this, which you can find searching on google for pythonista nltk.

        In short: install stash, use pip to install nltk (or use the standalone installer that various people have posted to pythonista-tools), then use nltk.download() for the corpus.

        1 Reply Last reply Reply Quote 0
        • jai.jazo
          jai.jazo last edited by

          Do you do this in the console? I’m still not entirely sure how to install these in general. I’ve read the other posts.

          Thanks!

          1 Reply Last reply Reply Quote 0
          • jai.jazo
            jai.jazo last edited by

            I believe I’ve installed pip. How do you install NLTK?

            mikael 1 Reply Last reply Reply Quote 0
            • mikael
              mikael @jai.jazo last edited by

              @jai.jazo, if you have Stash installed, start it and run pip install nltk on the command line.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors