Skip to content

DSMann/lds-scripture-nlp-query-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' ] }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%