-
nlp.tokenize()
-
nlp.plugin()
-
nlp.parseMatch()
-
nlp.world()
-
nlp.model()
-
nlp.methods()
-
nlp.hooks()
-
nlp.verbose()
-
nlp.version
-
.found
-
.docs
-
.pointer
-
.fullPointer
-
.methods
-
.model
-
.hooks
-
.isView
-
.length
-
.update()
-
.toView()
-
.fromText()
-
.termList()
-
.compute()
-
.clone()
- .forEach()
- .map()
- .filter()
- .find()
- .some()
- .random()
- .all()
- .terms()
- .groups()
- .eq()
- .first()
- .last()
- .firstTerms()
- .lastTerms()
- .slice()
- .fullSentences()
- .none()
- .isDoc()
- .wordCount()
-
nlp.parseMatch()
-
.match()
-
.matchOne()
-
.has()
-
.if()
-
.ifNo()
-
.before()
-
.after()
-
.growLeft()
-
.growRight()
-
.grow()
-
.splitOn()
-
.splitBefore()
-
.splitAfter()
-
.compute('id')
-
.toLowerCase()
-
.toUpperCase()
-
.toTitleCase()
-
.toCamelCase()
-
.concat()
-
.insertBefore()
-
.insertAfter()
-
.remove()
-
.replace()
-
.replaceWith()
-
.unique()
-
.reverse()
-
.sort()
-
.pre()
-
.post()
-
.trim()
-
.hyphenate()
-
.dehyphenate()
-
.toQuotations()
-
.toParentheses()
- .text()
- .json()
- .debug()
- .out()
- .html()
- .wrap()
- .union()
- .intersection()
- .not()
- .complement()
- .settle()
-
nlp.addTags()
-
.compute('tagRank')
-
.tag()
-
.tagSafe()
-
.unTag()
-
.canBe()
- .compute('contractions')
- .compute('alias')
- .compute('machine')
- .compute('normal')
- .compute('freq')
- .compute('offset')
- .compute('index')
- .compute('wordCount')
- .compute('cache')
- .cache()
- .uncache()
- nlp.buildTrie()
- .lookup()
-
nlp.typeahead()
-
.compute('typeahead')
-
.autoFill()
- .compute('lexicon')
- nlp.addWords()
- .compute('preTagger')
- .compute('root')
- .compute('penn')
- .compute('contractionTwo')
- .contractions()
- .contractions().expand()
- .contract()
- .compute('postTagger')
- .confidence()
- .swap()
- .compute('chunks') .chunks() .clauses()
.normalize()
- .redact()
.hyphenated() .hashTags() .emails() .emoji() .emoticons() .atMentions() .urls() .pronouns() .conjunctions() .prepositions() .honorifics() .abbreviations() .phoneNumbers()
.adjectives() .adjectives().json() .adjectives().adverbs() .adjectives().toSuperlative() .adjectives().toComparative() .adjectives().toAdverb() .adjectives().toNoun()
.acronyms() .acronyms().strip() .acronyms().addPeriods() .parentheses() .parentheses().strip() .possessives() .possessives().strip() .quotations() .quotations().strip() .adverbs() .adverbs().json()
- .nouns()
- .nouns().parse()
- .nouns().json()
- .nouns().isPlural()
- .nouns().adjectives()
- .nouns().toPlural()
- .nouns().toSingular()
- .numbers()
- .numbers().parse()
- .numbers().get()
- .numbers().json()
- .numbers().isOrdinal()
- .numbers().isCardinal()
- .numbers().toNumber()
- .numbers().toLocaleString()
- .numbers().toText()
- .numbers().toCardinal()
- .numbers().toOrdinal()
- .numbers().isEqual()
- .numbers().greaterThan()
- .numbers().lessThan()
- .numbers().between()
- .numbers().set()
- .numbers().add()
- .numbers().subtract()
- .numbers().increment()
- .numbers().decrement()
- .percentages()
- .money()
- .fractions()
- .fractions().parse()
- .fractions().get()
- .fractions().json()
- .fractions().toDecimal()
- .fractions().toFraction()
- .fractions().toOrdinal()
- .fractions().toCardinal()
- .fractions().toPercentage()
- .sentences()
- .sentences().parse()
- .sentences().json()
- .sentences().toPastTense()
- .sentences().toPresentTense()
- .sentences().toFutureTense()
- .sentences().toInfinitive()
- .sentences().toNegative()
- .sentences().toPositive()
- .sentences().isQuestion()
- .sentences().isExclamation()
- .sentences().isStatement()
- .questions()
- .verbs()
-
.verbs().parse()
-
.verbs().json()
-
.verbs().subjects()
-
.verbs().adverbs()
-
.verbs().isSingular()
-
.verbs().isPlural()
-
.verbs().isImperative()
-
.verbs().toInfinitive()
-
.verbs().toPresentTense()
-
.verbs().toPastTense()
-
.verbs().toFutureTense()
-
.verbs().toGerund()
-
.verbs().conjugate()
-
.verbs().isNegative()
-
.verbs().isPositive()
-
.verbs().toPositive()
-
.verbs().toNegative()
-
- .people()
- .people().parse()
- .people().json()
- .places()
- .organizations()
- .topics()