"Natural" is a general natural language facility for nodejs. Tokenizing, stemming, classification, phonetics, tf-idf, WordNet, string similarity, and some inflections are currently supported.
natural language porter lancaster stemmer bayes classifier phonetic metaphone inflector wordnet tf-idf logistic regression doublemetaphone double jaro-winkler levenshtein distance taggerInflector converts words between their singular and plural forms (English only). This component is currently marked as internal. Do not use it in your own code. Breaking changes may be introduced in the next minor version of Symfony, or the component itself might even be removed completely.
symfony component symfony-component inflectorInflector pluralizes and singularizes English nouns. There are only two exported functions: Pluralize and Singularize.
inflector singularizes-english-nouns pluralizationReport here. Guaranteed reply within a day.
inflection nodejs singularize pluralize inflector camelize singular plural underscore dasherize demodulize ordinalize uncountable titleize tableize classify foreign_keyPort of ActiveSupport::Inflector::Inflections for Underscore.js. Works with browser or Node.js.
inflections inflector underscoreI'll be the first to say it; this isn't the first port of ActiveSupport::Inflector to js. Not by a long shot. But I'll definitely take underscore mixins over extending String.prototype or other clunky implementations any day. The methods listed below are the ones you'll be using 99% of the time.
underscore inflection inflector activesupport plural pluralizeA multilingual inflector that transforms words from singular to plural, underscore to camel case, and formats strings in various ways. Inflections are localized, the default english inflections for pluralization, singularization, and uncountable words are kept in lib/inflections/en.php. These are some examples of the inflector with the en locale (default).
inflector camelcase underscore pluralizationCadmium is a Natrual Language Processing (NLP) library for Crystal. Included are classes and modules for tokenizing, inflecting, stemming, and creating n-grams with much more to come. It's still in early development, but tests are being written as I go so hopefully it will be somewhat stable.
string-distance stemmer inflector sentiment-analysis phonetics transliterator nlp tf-idfA port of ActiveSupport's inflector to Node.js. Also usable in the browser. The UMD build is also available on unpkg, adding a Inflector object to the global scope.
pluralization transliteration inflection inflector pluralize singularize camelize titleize tableize humanize capitalize constantify dasherize ordinalize parameterize transliterate activesupport
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.