Versions in this module Expand all Collapse all v7 v7.0.3 Dec 11, 2019 v7.0.2 Dec 11, 2019 v7.0.1 Nov 17, 2019 v7.0.0 Nov 14, 2019 Changes in this version + const ADJ + const ADP + const ADV + const AFFIX + const ANY + const CONJ + const DET + const NOUN + const NUM + const PRON + const PRT + const PUNCT + const UNKN + const VERB + const X + type Lang string + var AutoLang Lang = "auto" + type NLP struct + func NewNLP(credentialsFile, text string, entities []string, lang Lang) (*NLP, error) + func (nlp *NLP) TokenizeEntities() ([][]Token, error) + func (nlp *NLP) TokenizeText() ([]Token, error) + type PoSDeterm struct + func NewPoSDetermer(poS int) *PoSDeterm + func (dps *PoSDeterm) Determ(tokenizer Tokenizer) ([]Token, error) + type PoSDetermer interface + Determ func(Tokenizer) ([]Token, error) + type Token struct + PoS int + Token string + type Tokenizer interface + TokenizeEntities func() ([][]Token, error) + TokenizeText func() ([]Token, error) Other modules containing this package github.com/ndabAP/assocentity/v10 github.com/ndabAP/assocentity/v11 github.com/ndabAP/assocentity/v12 github.com/ndabAP/assocentity/v13 github.com/ndabAP/assocentity/v14 github.com/ndabAP/assocentity/v3 github.com/ndabAP/assocentity/v4 github.com/ndabAP/assocentity/v5 github.com/ndabAP/assocentity/v6 github.com/ndabAP/assocentity/v8 github.com/ndabAP/assocentity/v9