Skip to content

trickl/language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trickl Language

build_status Maintainability Test Coverage License: MIT

Natural Language Parsing for -

  • Numbers (e.g. one thousand and four)
  • Currency Amounts (e.g. $13 million)
  • Temporal Durations (e.g. 1 day 3 hours 17 minutes 10 seconds)

Prerequisites

Requires Maven and a Java 8 compiler installed on your system.

Usage

See the Junit tests for usage and more examples.

Installing

To download the library into a folder called "language" run -

git clone https://github.com/trickl/language.git

To build the library run

mvn clean build

Acknowledgments