Git Product home page Git Product logo

acoin's Introduction

Screen Shot 2024-03-07 at 2 58 02 PM

This nifty tool is designed for annotating data for the COINS Named Entity Recognition (NER) model. Acoin keeps things simple. Its purpose is to serve as a straightforward annotation tool, given that other options are either paid or far too complex for my needs.


Acoin has it's own annotation syntax. There are 5 labels to use: COMMAND, OPTION, INPUT, NUMBER, STRING. The syntax for labeling word(s) is as follows: [WORD](LABEL). Each annotation is seperated by a newline character (\n).

Just like headers in markdown, you can section off your annotations using #. You may also write comments that won't effect Acoin by starting your line with //.

A few example annotations:

// this comment won't effect Acoin at all, so feel free to write whatever!

# open an app
[Open](COMMAND) up [Google Chrome](STRING) for me.
Please [open](COMMAND) up [firefox](STRING).
## open an app on a device
[Open](COMMAND) [Hulu](STRING) on my [television](INPUT)
[Open](COMMAND) [VLC](STRING) on my [desktop](INPUT)

# setting a timer
Could you [set](COMMAND) a [timer](OPTION) for [120](NUMBER) [seconds](INPUT)?
[Turn](COMMAND) [on](INPUT) the [lights](OPTION) in the [living room](STRING)

acoin's People

Contributors

zackeryrsmith avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.