-
Notifications
You must be signed in to change notification settings - Fork 26
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
No found Local Pipeline. #106
Comments
What is the snippet you use to run the code? |
The code example I am trying to execute is as follows: Basic Local Pipelinefrom ccg_nlpy import local_pipeline constructor declaration: LocalPipeline()document = [ ["Hi", "!"], ["How", "are", "you", "?"] ] |
Can you try this please? document = "Hi how are you?" |
The same error, I checked if it was a problem with Marven, but it works fine. |
Want to make sure if you used this command to download the models. |
exclude, and redo the steps, without success. So for you is the local pipeline running? Here for me, the Remote pipeline works correctly, the problem is in the local papeline :( |
Yes, the local pipeline works correctly. I suggest you uninstall ccg_nlpy, re-install, and re-download the models. I tried it on my end, and it works. |
Worked, thank you! |
I would like help with Local Pipeline, I get the following error when I try to play the initial experiment.
INFO:ccg_nlpy.pipeline_config:Using local pipeline
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Traceback (most recent call last):
File "/home/rodriguesfas/Workspace/Text-Mining/Tool_NLP/CogComp/example-02.py", line 5, in
pipeline = local_pipeline.LocalPipeline()
File "/home/rodriguesfas/anaconda3/envs/text_minning/lib/python2.7/site-packages/ccg_nlpy/local_pipeline.py", line 62, in__init__
self.pipeline = self.PipelineFactory.buildPipelineWithAllViews(self.Boolean(True))
File "jnius/jnius_export_class.pxi", line 906, in jnius.JavaMultipleMethod.call
File "jnius/jnius_export_class.pxi", line 637, in jnius.JavaMethod.call
File "jnius/jnius_export_class.pxi", line 803, in jnius.JavaMethod.call_staticmethod
File "jnius/jnius_utils.pxi", line 93, in jnius.check_exception
JavaException: JVM exception occurred: Index: 0, Size: 0
The text was updated successfully, but these errors were encountered: