From 545c6b2162a2976e396e2bbb41a9515d14e49981 Mon Sep 17 00:00:00 2001 From: Tim Gee Date: Mon, 24 Dec 2018 14:19:13 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 17edced..a0b3df1 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,19 @@ Natural Language Parsing For - ### Numbers (e.g. one thousand and four) - ### Currency Amount (e.g. $13 million) - ### Temporal Durations (e.g. 1 day 3 hours 17 minutes 10 seconds) + * Numbers (e.g. one thousand and four) + * Currency Amount (e.g. $13 million) + * Temporal Durations (e.g. 1 day 3 hours 17 minutes 10 seconds) -## Prerequisites +### Prerequisites Requires Maven and a Java 8 compiler installed on your system. -## Usage +### Usage See the Junit tests for usage -## Installing +### Installing To download the library into a folder called "language" run @@ -33,7 +33,7 @@ To build the library run mvn clean build ``` -## Acknowledgments +### Acknowledgments * The number parsed was built with an inspiration from a blog post https://blog.cordiner.net/2010/01/02/parsing-english-numbers-with-perl/