{"id":15520777,"url":"https://github.com/proycon/frog_webservice","last_synced_at":"2025-04-05T04:26:04.253Z","repository":{"id":66967657,"uuid":"460610537","full_name":"proycon/frog_webservice","owner":"proycon","description":"Webservice and web interface for Frog, a dutch NLP suite","archived":false,"fork":false,"pushed_at":"2023-12-05T15:14:48.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T11:07:13.662Z","etag":null,"topics":["dutch","folia","frog","named-entity-recognition","nlp","part-of-speech-tagger","webservice"],"latest_commit_sha":null,"homepage":"https://languagemachines.github.io/frog","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proycon.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,"governance":null}},"created_at":"2022-02-17T21:15:33.000Z","updated_at":"2022-02-17T22:55:04.000Z","dependencies_parsed_at":"2023-12-05T16:27:45.767Z","dependency_job_id":"368be19c-1904-46cc-8d0a-288b6bcdecf7","html_url":"https://github.com/proycon/frog_webservice","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffrog_webservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffrog_webservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffrog_webservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffrog_webservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proycon","download_url":"https://codeload.github.com/proycon/frog_webservice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289194,"owners_count":20914458,"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":["dutch","folia","frog","named-entity-recognition","nlp","part-of-speech-tagger","webservice"],"created_at":"2024-10-02T10:29:18.823Z","updated_at":"2025-04-05T04:26:04.232Z","avatar_url":"https://github.com/proycon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n\n# Frog Webservice\n\n**Website:** https://languagemachines.github.io/frog\n\nThis is the webservice for [Frog](https://github.com/LanguageMachines/frog), powered by [CLAM](https://github.com/proycon/clam). It offers a RESTful API as well as a web-interface for human end-users.\n\n## Installation\n\n### Development\n\nClone this repository, create a virtual environment and install the webservice as follows:\n\n```\n$ python3 -m venv env\n$ . env/bin/activate\n$ ./startserver_development.sh\n```\n\nNavigate to ``http://localhost:8080``.\n\nNote that for this to work, [Frog](https://github.com/LanguageMachines/frog) must already be installed on your system (and in your `$PATH`).\n\n### Production\n\nA ``Dockerfile`` is provided for deployment in production environments.\n\nFrom the repository root, build as follows:\n\n``\n$ docker build -t proycon/frog_webservice .\n``\n\nConsult the [Dockerfile](Dockerfile) for various build-time parameters that you may want to set for your own production environment.\n\nWhen running, mount the path where you want the user data stored into the container, a directory `frog` will be created here:\n\n``\n$ docker run -p 8080:80 -v /path/to/data/dir:/data proycon/frog_webservice\n``\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproycon%2Ffrog_webservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproycon%2Ffrog_webservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproycon%2Ffrog_webservice/lists"}