New editor written in Python dialect
Go to file
Ozbolt Menegatti 5396868601 mid component should be colocation, not headword,
Also, readd structureName and handle unknown structure when importing ske collocation
2020-07-08 21:52:44 +02:00
build Fixed downloading and parsing of structures 2020-07-01 23:16:02 +02:00
res Adding nospace flag and modified flag to multiword example 2020-06-11 18:47:09 +02:00
src mid component should be colocation, not headword, 2020-07-08 21:52:44 +02:00
.gitignore structure conversions implemented, had to update makefile, gitignore etc. 2020-04-22 14:22:02 +02:00
package.json ske library support 2020-03-30 20:27:58 +02:00
README.md structure conversions implemented, had to update makefile, gitignore etc. 2020-04-22 14:22:02 +02:00

Build

To build, you need transcrypt, you need to do npm install and then you need api key for gitea (token=$API_KEY), just find this on gitea.cjvt.si, not that hard.

After you have all of this, move to build folder, set API_KEY environment variable and then build it just using make or for release use make release - optimized javascript build.

For me its API_KEY=(cat ~/.gitea_api_key) make.