clasico
v0.1.9
Published
Introducing the ultimate nightmare disguised as your standard npm package - our collection of 'utilities'! Guaranteed to make your code messier, more confusing, and harder to debug than ever before. Don't waste your time writing clean and concise code whe
Downloads
13
Maintainers
Readme
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}}