@balena/sbvr-parser

1.4.4 • Public • Published

sbvr-parser

An SBVR Structured Englished to SBVR Logical Formulation parser.

The SBVR documentation can be found here http://www.omg.org/spec/SBVR/

Example usage

const SBVRParser = require('./sbvr-parser.js').SBVRParser.createInstance()
const rule = 'Term: name'
const LF = SBVRParser.matchAll(rule, 'Process')

console.log(LF)

outputs:

[ 'Model',
  [ 'Vocabulary', 'Default', [ 'Attributes' ] ],
  [ 'Term', 'name', 'Default', [ 'Attributes' ] ] ]

Tests

Tests can be found under the test/ folder, to run the whole suite use npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/sbvr-parser

Weekly Downloads

1,246

Version

1.4.4

License

BSD

Unpacked Size

308 kB

Total Files

26

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io