Skip to content

isaactai1/ann2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ann2csv - Annotation to CSV Converter

Introduction

ann2csv is a web-based tool designed to convert annotation files from .ann format to a structured CSV format. This tool is particularly useful for researchers and developers working with annotated data, enabling efficient analysis and manipulation of complex annotation structures. Currently, it supports Entity, Attribute, and Relation annotations.

Features

  • Multiple File Upload: Allows users to upload and process multiple .ann files simultaneously.
  • Data Visualization: Displays processed annotations in an interactive table with sorting and filtering capabilities.
  • CSV Export: Users can download the processed data as a CSV file, ready for use in other applications or for further analysis.

Installation

To set up ann2csv on your local machine, follow these steps:

  1. Clone the repository:
    git clone [repository-url]
  2. Navigate to the project directory:
cd ann2csv
  1. No build steps are required as the project runs directly from static HTML, CSS, and JS files.

Usage

To use ann2csv, follow these steps:

  1. Open the index.html file in a modern web browser.
  2. Click on the "Upload Files" button and select the .ann files you wish to process.
  3. Click on "Process Files" to display the annotations in the table below.
  4. Review the processed data and click "Download CSV" to export the data.

Contributing

Contributions to ann2csv are welcome! Here are a few ways you can contribute:

  • Report issues and request features via the GitHub issue tracker.
  • Submit pull requests with bug fixes or new features.
  • Spread the word about ann2csv to those who might find it useful.

About

a simple too for turning .ann file to csv

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published