Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnglishStopWords = map[string]bool{ "a": true, "an": true, "and": true, "are": true, "as": true, "at": true, "be": true, "but": true, "by": true, "for": true, "if": true, "in": true, "into": true, "is": true, "it": true, "no": true, "not": true, "of": true, "on": true, "or": true, "such": true, "that": true, "the": true, "their": true, "then": true, "there": true, "these": true, "they": true, "this": true, "to": true, "was": true, "will": true, "with": true, "i": true, }
Functions ¶
func DoSectionize ¶
func DoSectionize(s, t string) (gotextfsm.ParserOutput, error)
func Sectionize ¶
func Sectionize(s, t string) (gotextfsm.ParserOutput, error)
Sectionize splits semi-structured text into sections according to the user-defined
Types ¶
Click to show internal directories.
Click to hide internal directories.