rosaenlg-lib
v4.3.0
Published
A Natural Language Generation library - library (code) version, without templates
Downloads
397
Maintainers
Readme
RosaeNLG - library version
RosaeNLG is a Natural Language Generation library. It is available:
- as a template engine, based on Pug: it is the most usual usage, see
rosaenlg
package - as a code library (code API), to be used programmatically in JavaScript/TypeScript projects, without any templates: this is the
rosaenlg-lib
package
Writing plain code (without templating) to generate plain text is painful so most usages please consider using rosaenlg
directly, and not this rosaenlg-lib
package.
Documentation is automatically published here: https://rosaenlg.org - especially the rosaenlg-no-pug page.
License
Apache 2.0
Dev notes
rosaenlg
->rosaenlg-lib
- but
rosaenlg-lib
tests do userosaenlg/lib/index
- thus
test:before
runs a gulp script inrosaenlg
package