LISp-Miner Control Language Reference
LISp-Miner is an academic system for Knowledge Discovery in Databases, see
lispminer.vse.cz.
This reference describes its scripting language based on
Lua. It allows for calling of LISp-Miner internal functions and accessing
user-data stored in metabase.
To execute scripts use the
LMExec.exe
module. There are several
demo examples available,
including a more complex demo called
EverMinerSimple.
For viewing and editing scripts use a text editor with
Lua syntax highlighting -- eg.
PSPad (you have to add Lua in
Settings/Highlighter settings
by clicking on
<not assigned> and looking-up Lua in
User
Highlighters).
If LMCL has been used, then cite the following publication:
Disclaimer
Be aware, that the scripting language is a powerfull tool that comes with many
warnings regarding possibility of mishandled computer automatization. Run only
scripts from trusted sources and that you do understand. It is a sole
responsibility of the script authors to properly care for all the possible
states the script could enter.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
References
LISp-Miner Exec module embeds the
Lua language and its
interpreter (Copyright © 1994–2013 Lua.org, PUC-Rio) which is available under
this license:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.