A library for parsing and running Sound Change Engine (SCE) rules.
This is intended to be perfectly compatible with the current Python implementation, and the documentation for it.
Install through your favorite package manager:
$ npm install sce
$ yarn add sce
$ pnpm i sce
Or include it using Unpkg:
<script src="//unpkg.com/sce@latest"></script>
(In the case of the Unpkg/UMD build, everything should be available
through the global sce
.)
NVPLv7+; however, the codebase that this is nominally a port of is MIT (along with the newer codebase and its license).