Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Source = config.Source Query = config.Query Content = config.Content TargetType = config.TargetType Limit = config.Limit Verbose = config.Verbose NoStopWords = config.NoStopWords ContentOnly = config.ContentOnly FullSite = config.FullSite TagWeights = config.TagWeights TagWeightsJSON = config.TagWeightsJSON AdjustScores = config.AdjustScores Unknown = config.Unknown Text = config.Text HTML = config.HTML Markdown = config.Markdown ContentTypeOf = config.ContentTypeOf )
Functions ¶
Types ¶
type ContentType ¶ added in v0.2.0
type ContentType = config.ContentType
type Meta ¶ added in v0.29.0
type Meta struct { ContentType ContentType DocTitle string DocHash string }
Meta extra information.
type Result ¶ added in v0.29.0
Result represents result of Tagify.
func (*Result) ForEach ¶ added in v0.40.0
ForEach iterates through the slice of Tags and calls provided "fn" on every iteration.
func (*Result) TagsStrings ¶ added in v0.29.0
TagsStrings transforms slice of tags into a slice of strings.
Click to show internal directories.
Click to hide internal directories.