0.0.6 • Published 10 years ago

annalisa v0.0.6

Weekly downloads
24
License
-
Repository
github
Last release
10 years ago

Annalisa

Simple analyzer. Given an string, produces associated data.

Usage

Installation

Via npm on Node:

npm install annalisa

Usage

Reference in your program:

var anna = require('annalisa');

Example

After configuring the analyzer with rules

var result = anna.analize('Ford model T');
// { type: 'car', company: 'Ford Motors', model: 'T' }

Another example

var result = anna.analize('Peanut butter 800gr.');
// { category: 'Butter', flavor: 'Peanut', weight: 800, unit: 'gr' }

Versions

  • 0.0.1 Published
  • 0.0.2 Published. Using simplied words in search. Analyze recognize numbers with point or comma as decimal point.
  • 0.0.3 Published. q to k in simplify, more preciosa use cases
  • 0.0.4 Published, z to s in simplify, initial vowel preserved in simplify, treatment for spaces, null, empty string in analyze and search
  • 0.0.5 Published, rules as function with raw option
  • 0.0.6 Published, normalize with options, annalisa exposes normalize function

License

MIT

Contribution

Feel free to file issues and submit pull requests — contributions are welcome<

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.1-alpha

10 years ago