Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lang ¶
type Lang string
Lang defines the language used to examine the text. Both ISO and BCP-47 language codes are accepted
var AutoLang Lang = "auto"
AutoLang tries to automatically recognize the language
type NLPPoSDetermer ¶
type NLPPoSDetermer struct {
// contains filtered or unexported fields
}
NLPPoSDetermer represents the default part of speech determinator
func NewNLPPoSDetermer ¶
func NewNLPPoSDetermer(poS tokenize.PoS) NLPPoSDetermer
NewNLPPoSDetermer returns a new default part of speech determinator
Click to show internal directories.
Click to hide internal directories.