0.1.9 • Published 7 months ago

clasico v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Common Utility Functions

Install

With NPM

npm install --save clasico

With YARN

yarn add clasico

With Static files

Static files for the web and node are provided in the dist folder

Using the Web Static File

<script src="./clasico-utils.js"></script>

<script>
const clasico = Clasico.default;
const parser = new clasico.parser.SentenceParser({
  includeBuiltIns: true,
});

// See Permissive Sentence Parser Usage for rest 

</script>

APIs-

Zip

Usage

{{ZIP_USAGE_EXAMPLE}}

NLP

Remove StopWords

{{NLP_REMOVE_STOPWORDS_USAGE_EXAMPLE}}

Stemmer

{{NLP_STEMMER_USAGE_EXAMPLE}}

Inflection Port

Usage

{{INFLECTION_USAGE_EXAMPLE}}

Template

Usage

Builtin Functions: Documentation

Try it out: Playground

{{EVAL_USAGE_EXAMPLE}}

0.1.9

7 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago