Documentation ¶
Index ¶
- Constants
- func CopyNode(node *html.Node, deep bool) *html.Node
- func DefaultTemplate() []byte
- func DetailedTemplate() []byte
- func GetStoplist(language string) (map[string]bool, error)
- func IsGood(args ...interface{}) (result bool)
- func ReadStoplist(filename string) (map[string]bool, error)
- func RegisterStoplist(name string, resourceFunc ResourceFunc)
- type Paragraph
- type Reader
- type ResourceFunc
- type Writer
Constants ¶
View Source
const ( MODE_DEFAULT = 1 MODE_DETAILED = 2 )
Variables ¶
This section is empty.
Functions ¶
func DefaultTemplate ¶
func DefaultTemplate() []byte
DefaultTemplate returns the binary data for a given file.
func DetailedTemplate ¶
func DetailedTemplate() []byte
DetailedTemplate returns the binary data for a given file.
func RegisterStoplist ¶
func RegisterStoplist(name string, resourceFunc ResourceFunc)
Types ¶
type Reader ¶
type ResourceFunc ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.