0.2.1 • Published 3 years ago

lexey v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Lexey

Helper Function for Building Better Fictional Languages.

NPM Version NPM Downloads
MIT License GitHub contributors

const lexey = require("lexey");
const lexicon = lexey.createLexicon({});

lexey.add({
  word: "mellon",
  definition: "friend"
});

lexey.define("mellon");
// ==> "friend"

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install lexey

Follow our installing guide for more information.

Features

  • Easy persisting and retrieval
  • Synonym/Homonym settings for custom builds
  • Operates with existing JSON lexicon documents
  • Syllabic parsing
  • NLP Homophone Detection courtesy of Talisman
0.2.1

3 years ago

0.2.0

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago