Title: | Interactive Text Annotation Tool with 'shiny' GUI |
---|---|
Description: | A comprehensive text annotation tool built with 'shiny'. Provides an interactive graphical user interface for coding text documents, managing code hierarchies, creating memos, and analyzing coding patterns. Features include code co-occurrence analysis, visualization of coding patterns, comparison of multiple coding sets, and export capabilities. Supports collaborative qualitative research through standardized annotation formats and analysis tools. |
Authors: | Chao Liu [aut, cre, cph] |
Maintainer: | Chao Liu <[email protected]> |
License: | GPL-3 |
Version: | 0.1.4 |
Built: | 2024-11-18 19:19:35 UTC |
Source: | https://github.com/chaoliu-cl/textannotator |
Launch an interactive Shiny application for text annotation and analysis. The GUI provides tools for importing text, applying codes, creating memos, and analyzing annotations through various visualizations.
annotate_gui()
annotate_gui()
Interactive Text Annotation Interface
The annotation interface includes the following features:
Text import and display
Code application and management
Memo creation and linking
Project management (save/load)
Annotation analysis tools
Export capabilities
Launches a Shiny application in the default web browser
This package provides functionality for users to interactively save files through the Shiny interface. All file operations are explicitly initiated by users through file dialogs, and no files are written automatically to the user's system without their direct action and consent.
if(interactive()) { annotate_gui() }
if(interactive()) { annotate_gui() }