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.


    NLTK setup

    Pythonista
    3
    3
    2084
    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.
    • karthikmaiya
      karthikmaiya last edited by

      So when I attempt to run setup.py or install new corpora, I get a operation not permitted error. Does anyone why or how to fix this?

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

        I was able to use nltk.download() to get corpora. I was also able to create a corpus using nltk.PlainTextCorpusReader(). However, I never tried to run the setup.py.

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

          I've been able to get started with it. By just putting the nltk download in site-packages and using nltk.download() as well. Like @ihf I didn't try and run setup.py either.

          I'm trying to remember if I changed anything in the NLTK_DATA path or not....

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