1.0.5 • Published 8 years ago

lds-scripture-nlp-query-parser v1.0.5

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

lds-scripture-nlp-query-parser

Takes a sentence or phrase with a query about LDS Scriptures, and returns a data object that represents the parsed query

##Example

let parser = require('lds-scripture-nlp-query-parser');
parser.parse('show me verses about faith from the book of mormon');

// { volume: 'book-of-mormon', terms: [ 'faith' ] }

parser.parse('scripture about faith and hope from the new testiment or bom');

//{ volume: 'new-testiment', terms: [ 'faith', 'hope' ] }
1.0.5

8 years ago

1.0.4

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago