Skip to content

pveller/orolo-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orolo Benchmark

A simple script that shows how Orolo compares to chrono and recognizers-date-time and hopefully explains why orolo was needed.

How To Run

$ npm install
$ node index.js

Test Cases

All tests are in benchmark.json.

Apples to Apples

To get as close to "apples to apples" comparison as possible, I wrapped all engines under benchmark with converters that process "native" outputs into a collection of dates like orolo does.

Results

Orolo: 76%
Chrono: 24%
Microsoft: 12%

To get a detailed report and see what the engines guess wrong you will have to run the script.

I am sure one can come up with the benchmark that yields quite the opposite results. This benchmark is representative of what kinds of dates and date ranges I needed to be able to recognise in a natural language sentence and that's why I built orolo in the first place.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published