{"id":13468710,"url":"https://github.com/nlplab/brat","last_synced_at":"2025-05-14T17:07:53.892Z","repository":{"id":1354322,"uuid":"1301850","full_name":"nlplab/brat","owner":"nlplab","description":"brat rapid annotation tool (brat) - for all your textual annotation needs","archived":false,"fork":false,"pushed_at":"2024-07-03T18:47:31.000Z","size":86430,"stargazers_count":1855,"open_issues_count":493,"forks_count":508,"subscribers_count":79,"default_branch":"master","last_synced_at":"2025-05-10T04:46:15.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://brat.nlplab.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"golang/go","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlplab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-01-28T05:37:55.000Z","updated_at":"2025-04-25T01:03:10.000Z","dependencies_parsed_at":"2024-10-15T02:40:57.620Z","dependency_job_id":"d29d87b1-0943-4bc0-bf49-04b110a4c564","html_url":"https://github.com/nlplab/brat","commit_stats":{"total_commits":2684,"total_committers":28,"mean_commits":95.85714285714286,"dds":0.620715350223547,"last_synced_commit":"44ecd825810167eed2a5d8ad875d832218e734e8"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlplab%2Fbrat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlplab%2Fbrat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlplab%2Fbrat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlplab%2Fbrat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlplab","download_url":"https://codeload.github.com/nlplab/brat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190396,"owners_count":22029632,"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-07-31T15:01:17.240Z","updated_at":"2025-05-14T17:07:53.871Z","avatar_url":"https://github.com/nlplab.png","language":"Python","funding_links":[],"categories":["Python","Data Labelling and Synthesis","Labeling Tools","[🎓 research](https://github.com/stars/ketsapiwiq/lists/research)","Annotation"],"sub_categories":["Text"],"readme":"# brat rapid annotation tool (brat) #\n\n## Documentation ##\n\nIn an attempt to keep all user-facing documentation in one place, please visit\nthe [brat homepage][brat] which contains extensive documentation and examples\nof how to use and configure brat. We apologise for only providing minimal\ndocumentation along with the installation package but the risk of having\nout-dated documentation delivered to our end-users is unacceptable.\n\nIf you find bugs in your brat installation or errors in the documentation,\nplease file an issue at our [issue tracker][brat_issues] and we will strive to\naddress it promptly.\n\n[brat]:         http://brat.nlplab.org\n[brat_issues]:  https://github.com/nlplab/brat/issues\n\n## About brat ##\n\n*brat* (brat rapid annotation tool) is based on the [stav][stav] visualiser\nwhich was originally made in order to visualise\n[BioNLP'11 Shared Task][bionlp_2011_st] data. brat aims to provide an\nintuitive and fast way to create text-bound and relational annotations.\nRecently, brat has been widely adopted in the community. It has been used to\ncreate well-over 50,000 annotations by the [Genia group][genia] and several\nother international research groups for a number of annotation projects.\n\n[stav]:             https://github.com/nlplab/stav/\n[bionlp_2011_st]:   http://2011.bionlp-st.org/\n[genia]:            http://www.geniaproject.org/\n\nbrat aims to overcome short-comings of previous annotation tools such as:\n\n* De-centralisation of configurations and data, causing synchronisation issues\n* Annotations and related text not being visually adjacent\n* Complexity of set-up for annotators\n* Etc.\n\nbrat does this by:\n\n* Data and configurations on a central web server (as Mark Twain said:\n    \"Put all your eggs in one basket, and then guard that basket!\")\n* Present text as it would appear to a reader and maintain annotations close\n    to the text\n* Zero set-up for annotators, leave configurations and server/data maintenance\n    to other staff\n\n## License ##\n\nbrat itself is available under the permissive [MIT License][mit] but\nincorporates software using a variety of open-source licenses, for details\nplease see see LICENSE.md.\n\n[mit]:  http://opensource.org/licenses/MIT\n\n## Citing ##\n\nIf you do make use of brat or components from brat for annotation purposes,\nplease cite the following publication:\n\n    @inproceedings{,\n        author      = {Stenetorp, Pontus and Pyysalo, Sampo and Topi\\'{c}, Goran\n                and Ohta, Tomoko and Ananiadou, Sophia and Tsujii, Jun'ichi},\n        title       = {{brat}: a Web-based Tool\n                for {NLP}-Assisted Text Annotation},\n        booktitle   = {Proceedings of the Demonstrations Session\n                at {EACL} 2012},\n        month       = {April},\n        year        = {2012},\n        address     = {Avignon, France},\n        publisher   = {Association for Computational Linguistics},\n    }\n\nIf you make use of brat or its components solely for visualisation purposes,\nplease cite the following publication:\n\n    @InProceedings{stenetorp2011supporting,\n      author    = {Stenetorp, Pontus and Topi\\'{c}, Goran and Pyysalo, Sampo\n          and Ohta, Tomoko and Kim, Jin-Dong and Tsujii, Jun'ichi},\n      title     = {BioNLP Shared Task 2011: Supporting Resources},\n      booktitle = {Proceedings of BioNLP Shared Task 2011 Workshop},\n      month     = {June},\n      year      = {2011},\n      address   = {Portland, Oregon, USA},\n      publisher = {Association for Computational Linguistics},\n      pages     = {112--120},\n      url       = {http://www.aclweb.org/anthology/W11-1816}\n    }\n\nLastly, if you have enough space we would be very happy if you also link to\nthe brat homepage:\n\n    ...the brat rapid annotation tool\\footnote{\n        \\url{http://brat.nlplab.org}\n    }\n\n## Contributing ##\n\nAs with any software brat is under continuous development. If you have\nrequests for features please [file an issue][brat_issues] describing your\nrequest. Also, if you want to see work towards a specific feature feel free to\ncontribute by working towards it. The standard procedure is to fork the\nrepository, add a feature, fix a bug, then file a pull request that your\nchanges are to be merged into the main repository and included in the next\nrelease. If you seek guidance or pointers please notify the brat developers\nand we will be more than happy to help.\n\nIf you send a pull request you agree that the code will be distributed under\nthe same license as brat (MIT). Additionally, all non-anonymous contributors\nare recognised in the CONTRIBUTORS.md file.\n\n## Contact ##\n\nFor help and feedback please contact the authors below, preferably with all on\nthem on CC since their responsibilities and availability may vary:\n\n* Goran Topić       \u0026lt;amadanmath gmail com\u0026gt;\n* Sampo Pyysalo     \u0026lt;sampo.pyysalo gmail com\u0026gt;\n* Pontus Stenetorp  \u0026lt;pontus stenetorp se\u0026gt;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlplab%2Fbrat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlplab%2Fbrat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlplab%2Fbrat/lists"}