Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.27 KB

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