Skip to content

auctumnus/sce.js

Repository files navigation

sce.js

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.

Usage

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.)

License

NVPLv7+; however, the codebase that this is nominally a port of is MIT (along with the newer codebase and its license).

About

SCE implementation in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published