{"id":18320611,"url":"https://github.com/lukasbach/textannotation","last_synced_at":"2025-04-09T14:28:48.461Z","repository":{"id":80048172,"uuid":"237623218","full_name":"lukasbach/textannotation","owner":"lukasbach","description":"Eclipse plugin for annotating text files.","archived":false,"fork":false,"pushed_at":"2020-03-15T13:15:00.000Z","size":2530,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-15T08:28:01.668Z","etag":null,"topics":["annotation","eclipse","labeling","plugin","tool"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukasbach.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lukasbach"}},"created_at":"2020-02-01T14:02:57.000Z","updated_at":"2020-03-15T13:15:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"554559cc-c45a-429b-8b64-79ad6cc636f0","html_url":"https://github.com/lukasbach/textannotation","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Ftextannotation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Ftextannotation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Ftextannotation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Ftextannotation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasbach","download_url":"https://codeload.github.com/lukasbach/textannotation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054778,"owners_count":21040060,"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":["annotation","eclipse","labeling","plugin","tool"],"created_at":"2024-11-05T18:16:51.473Z","updated_at":"2025-04-09T14:28:48.429Z","avatar_url":"https://github.com/lukasbach.png","language":"Java","funding_links":["https://github.com/sponsors/lukasbach"],"categories":[],"sub_categories":[],"readme":"# Eclipse Text Annotation Plugin\n\n[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-white.svg)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n[![Build Status](https://travis-ci.com/lukasbach/textannotation.svg?branch=master)](https://travis-ci.com/lukasbach/textannotation)\n\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_textannotation\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_textannotation\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_textannotation\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_textannotation\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_textannotation\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_textannotation\u0026metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=lukasbach_textannotation)\n\n![Plugin Screenshot](screenshot.png)\n\n## Quick Setup\n\nFor now the plugin has to be installed manually. Download the latest ``edu.kit.textannotation.annotationplugin-1.0.0-SNAPSHOT.jar`` file from the most recent [release](https://github.com/lukasbach/textannotation/releases) and place it in ``%eclipse-install-dir%/dropins/plugins``. The ``plugins`` subdirectory might not exist yet and has to be created in this case.\n\nThen start eclipse with the ``-clean`` option for it to load the plugin.\n\n## Examples\n\nThe repository comes with an example Eclipse workspace to explore the functions of the plugin. Clone the repository with ``git clone https://github.com/lukasbach/textannotation \u0026\u0026 cd textannotation/example`` and open an Eclipse workspace at that location. You can then open the file ``annotation-example-project/travelManagement.taf`` in Eclipse with the plugin installed.\n\n## Using the Annotation Perspective\n\nThe plugin adds a custom perspective that provides all necessary views for using the plugin. Click the perspective shortcut on the top right or navigate through the menu bar via ``Window \u003e Perspective \u003e Open Perspective`` and open the *Text Annotation Perspective*. This automatically opens the relevant views and adds shortcuts for creating new files.\n\n## Documentation\n\nThe user documentation as well as a documentation on the development of this plugin is located [here](./docs/documentation.md).\n\n## Logs\n\nThe plugin uses the default logging service of Eclipse. By default, all logs are saved at\n``workspace/.metadata/.log`` or ``eclipse/configuration/*.log``. You can also open the logs from within eclipse via ``Window \u003e Show View \u003e PDE Runtime \u003e Error Log``.\nLogging granularity can be changed via the ``config.ini`` file of eclipse by adapting the ``eclipse.log.level`` to one of the following: ``INFO``, ``WARNING``, ``ERROR``.\n\n## About\n\nThis plugin was developed during a practical project at the Karlsruher Institut of Technology.\n\nThe project is documented [here](./docs/documentation.md).\n\nThe icon used in the plugin is part of the Silk Iconset by [famfamfam.com](famfamfam.com), and licensec under the [CC Attribution 2.5](http://creativecommons.org/licenses/by/2.5/) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasbach%2Ftextannotation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasbach%2Ftextannotation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasbach%2Ftextannotation/lists"}