api documentation for sbd (v1.0.12)

Split text into sentences with Sentence Boundary Detection (SBD).

table of contents

  1. module sbd
    1. function sbd.sentences (text, user_options)
    2. object sbd.Match
    3. object sbd.String
  2. module sbd.Match
    1. function sbd.Match.isBoundaryChar (word)
    2. function sbd.Match.isCapitalized (str)
    3. function sbd.Match.isCommonAbbreviation (str)
    4. function sbd.Match.isConcatenated (word)
    5. function sbd.Match.isCustomAbbreviation (str)
    6. function sbd.Match.isDottedAbbreviation (word)
    7. function sbd.Match.isNameAbbreviation (wordCount, words)
    8. function sbd.Match.isNumber (str, dotPos)
    9. function sbd.Match.isPhoneNr (str)
    10. function sbd.Match.isSentenceStarter (str)
    11. function sbd.Match.isTimeAbbreviation (word, next)
    12. function sbd.Match.isURL (str)
    13. function sbd.Match.setAbbreviations (abbr)
  3. module sbd.String
    1. function sbd.String.endsWith (word, end)
    2. function sbd.String.endsWithChar (word, c)

module sbd

function sbd.sentences (text, user_options)

module sbd.Match

function sbd.Match.isBoundaryChar (word)

function sbd.Match.isCapitalized (str)

function sbd.Match.isCommonAbbreviation (str)

function sbd.Match.isConcatenated (word)

function sbd.Match.isCustomAbbreviation (str)

function sbd.Match.isDottedAbbreviation (word)

function sbd.Match.isNameAbbreviation (wordCount, words)

function sbd.Match.isNumber (str, dotPos)

function sbd.Match.isPhoneNr (str)

function sbd.Match.isSentenceStarter (str)

function sbd.Match.isTimeAbbreviation (word, next)

function sbd.Match.isURL (str)

function sbd.Match.setAbbreviations (abbr)

module sbd.String

function sbd.String.endsWith (word, end)

function sbd.String.endsWithChar (word, c)

[ this document was created with utility2 ]