From 89cafdf13ce8c86128916234bba136c133f50d21 Mon Sep 17 00:00:00 2001 From: Percy Liang Date: Sun, 21 Dec 2014 20:02:27 -0800 Subject: [PATCH] update links to md files --- DOCUMENTATION.md | 2 +- README.md | 13 +++++-------- TUTORIAL.md | 8 ++++---- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 736afbb..916e7aa 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,7 +1,7 @@ # SEMPRE 2.0 documentation This document describes SEMPRE 2.0 in detail. See -[TUTORIAL.md](TUTORIAL.md) for a more engaging introduction. This document +[the tutorial](TUTORIAL.md) for a more engaging introduction. This document assumes a modest understanding of how SEMPRE works. If you find any bugs, please report them or fix them (file a GitHub issue or diff --git a/README.md b/README.md index 7cdf839..97da9f1 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,11 @@ SEMPRE has been used in the following papers: ## Where do I go next? - If you're new to semantic parsing, you can learn more from the [background - reading section of the - tutorial](http://github.com/percyliang/sempre/blob/master/TUTORIAL.md). + reading section of the tutorial](TUTORIAL.md). - Install SEMPRE using the instructions under **Installation** below. -- Walk through the - [tutorial](http://github.com/percyliang/sempre/blob/master/TUTORIAL.md) +- Walk through the [tutorial](TUTORIAL.md) to get a hands-on introduction to semantic parsing through SEMPRE. -- Read the complete - [documentation](http://github.com/percyliang/sempre/blob/master/DOCUMENTATION.md) +- Read the complete [documentation](DOCUMENTATION.md) to learn about the different components in SEMPRE. # Installation @@ -111,8 +108,8 @@ similar your system is. (execute (call + (number 3) (number 4))) -To go further, check out the -[tutorial](http://github.com/percyliang/sempre/blob/master/TUTORIAL.md). +To go further, check out the [tutorial](TUTORIAL.md) and then the [full +documentation](DOCUMENTATION.md). ## Virtuoso graph database diff --git a/TUTORIAL.md b/TUTORIAL.md index 0b22417..0d6c6ab 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -3,8 +3,8 @@ In this tutorial, we will provide a brief tour of SEMPRE. This tutorial is very much about the mechanics of the system, not about the linguistics or semantic parsing from a research point of view (for those, see the recommended -readings at the end of this document). For the full documentation, see -[DOCUMENTATION.md](https://github.com/percyliang/sempre/blob/master/DOCUMENTATION.md). +readings at the end of this document). Once you have gone through the tutorial, +you can read the [full documentation](DOCUMENTATION.md). We will construct a semantic parser to understand a toy subset of natural language. Concretely, the system we will build will have the following @@ -564,8 +564,8 @@ First, pull the dependencies needed for Freebase: We use the graph database engine, Virtuoso, to store these triples and allow querying. Follow these instructions if you want to create your own Virtuoso instance. -First, make sure you have Virtuoso installed (see Installation section of the -README.md). +First, make sure you have Virtuoso installed — see the Installation +section of the [readme](README.md). Then start the server: