symboling
(Deprecated) Symbolic data structure numeric grounding
@aideAPI
This is a deprecated preliminary implementation, use symbolingtype, symbolingfield, and symbolingembedding, instead.
@slides ./symboling.pdf
Package repository
- Package files: https://gitlab.inria.fr/line/aide-group/symboling
- Package documentation: https://line.gitlabpages.inria.fr/aide-group/symboling
- Source files: https://gitlab.inria.fr/line/aide-group/symboling/-/tree/master/src
- Saved on softwareherirage.org
- Version
0.9.0
- License
CECILL-C
Installation
User simple installation
npm install git+https://gitlab.inria.fr/line/aide-group/symboling.git
Co-developper installation
- See the related documentation
Please refer to the installation guide for installation.
Usage
This is a deprecated preliminary implementation, use symbolingtype, symbolingfield, and symbolingembedding, instead.
npm script usage
npm install --quiet : installs all package dependencies and sources.
npm run build: builds the different compiled, documentation and test files.
npm test : runs functional and non-regression tests.
npm run clean: cleans installation files.
Dependencies
- @tonejs/midi: Convert binary midi into JSON
- aidesys: Basic system C/C++ interface routines to ease multi-language middleware integration
- npm: a package manager for JavaScript
- stepsolver: A step by step variational solver mechanism
- svg-json-parser: converting SVG Elements to JSON Object
- wjson: Implements a JavaScript JSON weak-syntax reader and writer