Versions in this module Expand all Collapse all v13 v13.0.3 Feb 25, 2023 v13.0.2 Feb 12, 2023 v13.0.1 Feb 11, 2023 v13.0.0 Feb 11, 2023 Changes in this version + var PoSMap = map[string]PoS + var PoSMapStr = map[PoS]string + type PoS int + 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 Token struct + PoS PoS + Text string + type Tokenizer interface + Tokenize func(ctx context.Context, text string) ([]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/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/v7 github.com/ndabAP/assocentity/v8 github.com/ndabAP/assocentity/v9