Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INIT hangs #3

Closed
jacobgre opened this issue Sep 18, 2019 · 4 comments
Closed

INIT hangs #3

jacobgre opened this issue Sep 18, 2019 · 4 comments

Comments

@jacobgre
Copy link

When I run NLTK.INIT the application hangs.

@nrcpp
Copy link
Owner

nrcpp commented Sep 18, 2019

When I run NLTK.INIT the application hangs.

Did you try to step-in with debugger inside Nltk.Init? Also verify that paths that you pass to Init exists.

@jacobgre
Copy link
Author

I am running it from visual studio and it's not letting me step inside. The paths are valid, and it does run but takes 6 min to execute the Nltk.Init. Is there any further examples of using this with c#?

@nrcpp
Copy link
Owner

nrcpp commented Sep 18, 2019

@jacobgre I am not sure what causes perfomance issues on your side. On mine it took 5 seconds to pass Init method when running from VS. Probably you have lots of third-party python libraries / or slow PC / or resource consuming Visual Studio add-ins which slows down running application / even security software may block program from running for a while / whatever.

@jacobgre
Copy link
Author

Thanks for the direction. Got me to poking in the right places and got it fixed. I appreciate the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants