0.1.9 • Published 2 years ago
clasico v0.1.9
Common Utility Functions
Install
With NPM
npm install --save clasicoWith YARN
yarn add clasicoWith 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}}