{"id":18507884,"url":"https://github.com/educationaltestingservice/stanford-0mq","last_synced_at":"2025-05-14T09:17:30.281Z","repository":{"id":12478637,"uuid":"15147214","full_name":"EducationalTestingService/stanford-0mq","owner":"EducationalTestingService","description":"An implementation of a server for Stanford's CoreNLP suite using 0mq and JSON.","archived":false,"fork":false,"pushed_at":"2019-01-24T20:09:42.000Z","size":65,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T09:17:20.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EducationalTestingService.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-12T20:56:04.000Z","updated_at":"2019-01-24T20:09:43.000Z","dependencies_parsed_at":"2022-09-15T08:20:14.866Z","dependency_job_id":null,"html_url":"https://github.com/EducationalTestingService/stanford-0mq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EducationalTestingService%2Fstanford-0mq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EducationalTestingService%2Fstanford-0mq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EducationalTestingService%2Fstanford-0mq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EducationalTestingService%2Fstanford-0mq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EducationalTestingService","download_url":"https://codeload.github.com/EducationalTestingService/stanford-0mq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110452,"owners_count":22016392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:12:44.819Z","updated_at":"2025-05-14T09:17:30.246Z","avatar_url":"https://github.com/EducationalTestingService.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Assuming you have the shift-reduce parser's model in a directory called `$NLPTools/stanford-parser` and that the built JAR is in a subdirectory called `target/`, the server can be started with:\n\n```\njava -cp $NLPTools/stanford-parser/stanford-srparser-2014-10-23-models.jar:target/stanford-sr-parser-zeromq-server-0.0.3-SNAPSHOT.jar org.ets.research.nlp.corenlp.zeromq.Server tcp://$(hostname):5555\n```\n\nIf you would like to specify the number of threads (default: 10), you can do so as follows:\n\n```\njava -cp $NLPTools/stanford-parser/stanford-srparser-2014-10-23-models.jar:target/stanford-sr-parser-zeromq-server-0.0.3-SNAPSHOT.jar org.ets.research.nlp.corenlp.zeromq.Server tcp://$(hostname):5555 10\n```\n\nAll other JARs needed are contained within the stanford-sr-parser-zeromq-server JAR.\n\nBuild with Maven with:\n`mvn clean package`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feducationaltestingservice%2Fstanford-0mq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feducationaltestingservice%2Fstanford-0mq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feducationaltestingservice%2Fstanford-0mq/lists"}