uclab-potsdam / dmacp

This repo contains the original tagset for the AMD project, the tagging process and synthax documentation, and a quick demo to parse and transform data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tagging procedure, syntax and parsing pipeline for the AMD essays

Here you can find the complete documentation, tagset and pipeline for the Anthropogenic Markers essays, part of the Anthropocene Curriculum.

Resources:


Installation

  • Clone or download this repository to your local machine
  • Open the folder in a code editor (such as VS Code or Atom)
  • Launch a local server through your editor or terminal: to launch a server open your terminal application. cd to the folder you are working in and enter one of these commands: Simple python server
# If Python version returned above is 3.X
python3 -m http.server
# On windows try "python" instead of "python3", or "py -3"
# If Python version returned above is 2.X
python -m SimpleHTTPServer

Full explanation here

  • Navigate with your browser to the localhost address

About

This repo contains the original tagset for the AMD project, the tagging process and synthax documentation, and a quick demo to parse and transform data.


Languages

Language:HTML 98.5%Language:JavaScript 1.5%