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

Cannot get threaded_analyzer to run #117

Open
epb378 opened this issue Jul 19, 2021 · 1 comment
Open

Cannot get threaded_analyzer to run #117

epb378 opened this issue Jul 19, 2021 · 1 comment

Comments

@epb378
Copy link

epb378 commented Jul 19, 2021

When I try to run the following command in a docker container:
threaded_analyzer --outlv semgraph --output json --lang en -f /config/configfile.cfg --server --port 50005
nothing happens and the server does not respond

Is there any way to help the analyzer command run faster? Paragraphs take about 8 seconds to parse, and bigger texts a lot longer. Is it possible to enable GPU usage or anything like that?

@lluisp
Copy link
Contributor

lluisp commented Sep 7, 2021

Threaded_analyzer is a basic example of how to paralelize the pipeline. It does not have the "--server" option

--server option is only available in "analyzer". Better use it via the "analyze" script.
Send text to the server using "analyzer_client".
Please check the user manual for details.

(btw, posting your questions in FreeLing web page forum will usually have a shorter response time.)

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