a2tm7a / tog

Tagging interface for NLP-ish data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tog

Tagging interface for NLP-ish data. Specifically for entity region tagging as shown here:

./screen-tagged.png


To start using tog, you need to generate a data file and then start Emacs with tog-mode on this file. The file is based on the following structure:

# This is a comment
# The next line specifies the tags (space separated) that we are going to use
# in this file
# tog-types: LOC NAME TIME

# Each text is represented in a single like starting with a unique (alphanumeric)
# identifier. For example:

1323: This is my sentence
2323: Another sentence, with one entity (next monday)

For tagging, you can either install this package or just run Emacs standalone and load only tog (and its dependencies). Following steps are needed to do the later:

  1. Install Emacs and cask.
  2. In this directory run cask install to install dependencies locally.
  3. Run ./tog.sh and open the .tog file you want to tag.

About

Tagging interface for NLP-ish data

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 99.6%Language:Shell 0.4%