Documentation
¶
Index ¶
- type NLPHelper
- func (instance *NLPHelper) Emails(text string) (response []string)
- func (instance *NLPHelper) Keywords(text string, max int) (response []string)
- func (instance *NLPHelper) LangCode(text string) (response string)
- func (instance *NLPHelper) LinkFactor(text string) (response float64)
- func (instance *NLPHelper) Links(text string) (response []string)
- func (instance *NLPHelper) LinksUnsubscribe(links []string) (response []string)
- func (instance *NLPHelper) Summary(text string) (response string)
- func (instance *NLPHelper) TagCloud(text string) (response *gg_tagcloud.TagCloudList)
- func (instance *NLPHelper) TagCloudAsMap(text string, max int) (response map[string]interface{})
- func (instance *NLPHelper) TagCloudAsMapAndNames(text string, max int) (tagMap map[string]interface{}, tagArray []string)
- func (instance *NLPHelper) WordCount(text string) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NLPHelper ¶
type NLPHelper struct { }
var NLP *NLPHelper
func NewNLPHelper ¶
func NewNLPHelper() *NLPHelper
func (*NLPHelper) LinkFactor ¶
func (*NLPHelper) LinksUnsubscribe ¶
func (*NLPHelper) TagCloud ¶
func (instance *NLPHelper) TagCloud(text string) (response *gg_tagcloud.TagCloudList)
func (*NLPHelper) TagCloudAsMap ¶
func (*NLPHelper) TagCloudAsMapAndNames ¶
Click to show internal directories.
Click to hide internal directories.