0.2.1 • Published 4 years ago

lexey v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

0.2.0

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago