Skip to content

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.

Notifications You must be signed in to change notification settings

uclab-potsdam/dmacp

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published