sce
v0.1.0
Published
Parses and runs Sound Change Engine (SCE) rules.
Downloads
83
Readme
sce.js
sce.js is a an implementation of SCE (Sound Change Engine) in Javascript and consumable for both Node and the browser. The original (Python) implementation can be found here.
installation
sce.js can be added to a Node-based project by running
npm install sce.js
once the package has been put onto NPM. Otherwise, you should be able to git clone
the repository and require it as desired.
It can also be used in non-Node browser-based projects through unpkg, as so:
<script src="unpkg.com/sce"></script>
See unpkg's documentation at the link above for more.
usage
have fun lol