{"id":32619178,"url":"https://github.com/fnl/onlinetaggerframework","last_synced_at":"2026-07-10T14:31:45.593Z","repository":{"id":29940957,"uuid":"33487311","full_name":"fnl/OnlineTaggerFramework","owner":"fnl","description":"an online tagger wrapper for GATE that only spans one global sub-process per processing resource","archived":false,"fork":false,"pushed_at":"2015-04-06T16:30:48.000Z","size":524,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T18:03:00.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fnl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-06T14:51:59.000Z","updated_at":"2024-05-29T14:46:01.000Z","dependencies_parsed_at":"2022-09-06T16:11:52.446Z","dependency_job_id":null,"html_url":"https://github.com/fnl/OnlineTaggerFramework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fnl/OnlineTaggerFramework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnl%2FOnlineTaggerFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnl%2FOnlineTaggerFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnl%2FOnlineTaggerFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnl%2FOnlineTaggerFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnl","download_url":"https://codeload.github.com/fnl/OnlineTaggerFramework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnl%2FOnlineTaggerFramework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35334719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-30T18:00:36.568Z","updated_at":"2026-07-10T14:31:45.589Z","avatar_url":"https://github.com/fnl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Tagger Framework\n\nA CREOLE plugin for [GATE](https://gate.ac.uk) that provides a processing resource similar to the built-in Generic Tagger, but does not do any disk I/O for inter-process communication nor does it launch more than one single, continuous tagger process.\nHowever, this puts some restrictions on the kinds of taggers you can use:\n\n1. The tagger must support **streaming I/O**.\nThat is, the tagger must be able to read from some \"input stream\", such as UNIX' `STDIN`, and write to some \"output stream\", commonly UNIX' `STDOUT`.\nAnother way of putting this is that your tagger should be able to handle UNIX' piped command syntax, something like this: `cat plain_text.txt | some_tagger \u003e tagged_text.txt`.\n\n2. The tagger must work with POSIX' classical line-based interface.\nThat is, the tagger must take one continuous block of text as *input*, **terminated with a newline** character.\nFor example, it should take one token, sentences or block of text as input (not containing any newlines), and, once it receives a newline character, start tagging that input.\n\n3. The tagger must produce **one annotation per line** as *output*, and those annotations must be **in the same order** as the (input) text spans which they annotate.\nThose annotations commonly are expected to be in the OTPL (one token per line) format.\nFor example, the line `Nouns noun NN B-NP O` might annotate the token \"Noun\" (verbatim, as found in the input text) with the lemma \"noun\", the PoS-tag \"NN\", the BIO-chunk \"B-NP\" and the BIO-NER-tag \"O\" (outside any entity mention).\nThe exact structure and contents of that line can be configured, just as with the built-in GenericTagger.\n\nPlease clone this plugin from GitHub (`git clone https://github.com/fnl/OnlineTaggerFramework`) into your local CREOLE plugin directory.\nThen you can load it with the CREOLE Plugin Manager and once you create a new `GenericOnlineTagger` Processing Resource, you will be asked to supply the basic configuration data needed to start the tagger sub-process: the full path to the tagger binary, the directory to run in (if any), and the runtime flags and arguments (if any).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnl%2Fonlinetaggerframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnl%2Fonlinetaggerframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnl%2Fonlinetaggerframework/lists"}