0.1.9 • Published 2 years ago

clasico v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago