api documentation for nlp_compromise (v6.5.3)

natural language processing in the browser

table of contents

  1. module nlp_compromise
    1. function nlp_compromise.adjective (s)
    2. function nlp_compromise.adverb (s)
    3. function nlp_compromise.date (s)
    4. function nlp_compromise.lexicon (obj)
    5. function nlp_compromise.noun (s)
    6. function nlp_compromise.organization (s)
    7. function nlp_compromise.person (s)
    8. function nlp_compromise.place (s)
    9. function nlp_compromise.plugin (obj)
    10. function nlp_compromise.question (s)
    11. function nlp_compromise.sentence (s, options)
    12. function nlp_compromise.statement (s)
    13. function nlp_compromise.term (s)
    14. function nlp_compromise.text (s, options)
    15. function nlp_compromise.value (s)
    16. function nlp_compromise.verb (s)
    17. object nlp_compromise.fns
    18. object nlp_compromise.index
    19. object nlp_compromise.match
    20. object nlp_compromise.parts_of_speech
  2. module nlp_compromise.fns
    1. function nlp_compromise.fns.endsWith (str, suffix)
    2. function nlp_compromise.fns.expand_prefixes (list, obj)
    3. function nlp_compromise.fns.expand_suffixes (list, obj)
    4. function nlp_compromise.fns.extend (a, b)
    5. function nlp_compromise.fns.flatten (arr)
    6. function nlp_compromise.fns.isFunction (obj)
    7. function nlp_compromise.fns.pluck (arr, str)
    8. function nlp_compromise.fns.reverseObj (obj)
    9. function nlp_compromise.fns.startsWith (str, prefix)
    10. function nlp_compromise.fns.titlecase (str)
    11. function nlp_compromise.fns.toObj (arr)
  3. module nlp_compromise.index
    1. function nlp_compromise.index.adjective (s)
    2. function nlp_compromise.index.adverb (s)
    3. function nlp_compromise.index.date (s)
    4. function nlp_compromise.index.lexicon (obj)
    5. function nlp_compromise.index.noun (s)
    6. function nlp_compromise.index.organization (s)
    7. function nlp_compromise.index.person (s)
    8. function nlp_compromise.index.place (s)
    9. function nlp_compromise.index.plugin (obj)
    10. function nlp_compromise.index.question (s)
    11. function nlp_compromise.index.sentence (s, options)
    12. function nlp_compromise.index.statement (s)
    13. function nlp_compromise.index.term (s)
    14. function nlp_compromise.index.text (s, options)
    15. function nlp_compromise.index.value (s)
    16. function nlp_compromise.index.verb (s)
  4. module nlp_compromise.match
    1. function nlp_compromise.match.findAll (terms, regs, options)
    2. function nlp_compromise.match.replaceAll (terms, regs, replacement, options)
  5. module nlp_compromise.parts_of_speech
    1. function nlp_compromise.parts_of_speech.Adjective (str, tag)
    2. function nlp_compromise.parts_of_speech.Adverb (str, tag)
    3. function nlp_compromise.parts_of_speech.Date (str, tag)
    4. function nlp_compromise.parts_of_speech.Noun (str, tag)
    5. function nlp_compromise.parts_of_speech.Organization (str, tag)
    6. function nlp_compromise.parts_of_speech.Person (str, tag)
    7. function nlp_compromise.parts_of_speech.Place (str, tag)
    8. function nlp_compromise.parts_of_speech.Term (str, tag, whitespace)
    9. function nlp_compromise.parts_of_speech.Value (str, tag)
    10. function nlp_compromise.parts_of_speech.Verb (str, tag)
    11. object nlp_compromise.parts_of_speech.classMapping
    12. object nlp_compromise.parts_of_speech.tag_mapping

module nlp_compromise

function nlp_compromise.adjective (s)

function nlp_compromise.adverb (s)

function nlp_compromise.date (s)

function nlp_compromise.lexicon (obj)

function nlp_compromise.noun (s)

function nlp_compromise.organization (s)

function nlp_compromise.person (s)

function nlp_compromise.place (s)

function nlp_compromise.plugin (obj)

function nlp_compromise.question (s)

function nlp_compromise.sentence (s, options)

function nlp_compromise.statement (s)

function nlp_compromise.term (s)

function nlp_compromise.text (s, options)

function nlp_compromise.value (s)

function nlp_compromise.verb (s)

module nlp_compromise.fns

function nlp_compromise.fns.endsWith (str, suffix)

function nlp_compromise.fns.expand_prefixes (list, obj)

function nlp_compromise.fns.expand_suffixes (list, obj)

function nlp_compromise.fns.extend (a, b)

function nlp_compromise.fns.flatten (arr)

function nlp_compromise.fns.isFunction (obj)

function nlp_compromise.fns.pluck (arr, str)

function nlp_compromise.fns.reverseObj (obj)

function nlp_compromise.fns.startsWith (str, prefix)

function nlp_compromise.fns.titlecase (str)

function nlp_compromise.fns.toObj (arr)

module nlp_compromise.index

function nlp_compromise.index.adjective (s)

function nlp_compromise.index.adverb (s)

function nlp_compromise.index.date (s)

function nlp_compromise.index.lexicon (obj)

function nlp_compromise.index.noun (s)

function nlp_compromise.index.organization (s)

function nlp_compromise.index.person (s)

function nlp_compromise.index.place (s)

function nlp_compromise.index.plugin (obj)

function nlp_compromise.index.question (s)

function nlp_compromise.index.sentence (s, options)

function nlp_compromise.index.statement (s)

function nlp_compromise.index.term (s)

function nlp_compromise.index.text (s, options)

function nlp_compromise.index.value (s)

function nlp_compromise.index.verb (s)

module nlp_compromise.match

function nlp_compromise.match.findAll (terms, regs, options)

function nlp_compromise.match.replaceAll (terms, regs, replacement, options)

module nlp_compromise.parts_of_speech

function nlp_compromise.parts_of_speech.Adjective (str, tag)

function nlp_compromise.parts_of_speech.Adverb (str, tag)

function nlp_compromise.parts_of_speech.Date (str, tag)

function nlp_compromise.parts_of_speech.Noun (str, tag)

function nlp_compromise.parts_of_speech.Organization (str, tag)

function nlp_compromise.parts_of_speech.Person (str, tag)

function nlp_compromise.parts_of_speech.Place (str, tag)

function nlp_compromise.parts_of_speech.Term (str, tag, whitespace)

function nlp_compromise.parts_of_speech.Value (str, tag)

function nlp_compromise.parts_of_speech.Verb (str, tag)

[ this document was created with utility2 ]