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

Possible to request all Frog output from frog server? #14

Closed
w0ut0 opened this issue Aug 4, 2016 · 2 comments
Closed

Possible to request all Frog output from frog server? #14

w0ut0 opened this issue Aug 4, 2016 · 2 comments

Comments

@w0ut0
Copy link

w0ut0 commented Aug 4, 2016

Hi,
when using Frog (from the Docker Lamachine image) interactively, I get 9 columns.
image
However, when calling Frog with frogclient.process(....), I only get the first 4 columns:
image
Is this a limitation of the Frog server (that doesn't sent the columns NER,..), or are the columns dropped on the client side? If so, is it possible to edit the script to include all columns?

Thank you Maarten, your software is very helpful for Dutch nlp!

@proycon
Copy link
Owner

proycon commented Aug 4, 2016

Hi there, just instantiate the FrogClient with returnall=True and it should return all the columns.

@w0ut0
Copy link
Author

w0ut0 commented Aug 4, 2016

Thanks a lot!

@w0ut0 w0ut0 closed this as completed Aug 4, 2016
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