Skip to content

Lualibvoikko is Lua (version 5.3) bindings for Libvoikko (voikko.puimula.org).

License

Notifications You must be signed in to change notification settings

ahomansikka/lualibvoikko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lualibvoikko

Lualibvoikko is Lua (version 5.3) bindings for Libvoikko (voikko.puimula.org).

Folder C has the interface.

Folder lua5.3 has package Voikko.lua and a file of examples. You can run the examples like this

lua5.3 examples.lua

You should define environment variables LUA_PATH and LUA_CPATH so that lua finds Voikko.lua and lualibvoikko.so, for example (in file .bashrc)

export LUA_PATH="/usr/local/lib/lua5.3/?.lua;;" export LUA_CPATH="/usr/local/lib/?.so;;"

Copyright (©) 2020, 2021 Hannu Väisänen

Lualibvoikko is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Lualibvoikko is Lua (version 5.3) bindings for Libvoikko (voikko.puimula.org).

Resources

License

Stars

Watchers

Forks

Packages

No packages published