Showing 92 of 92 total issues
exported function NewDefault should have comment or be unexported Open
Open
func NewDefault() *WhiteSpacePreTokenizer {
- Exclude checks
exported function Invert should have comment or be unexported Open
Open
func Invert(sp SplitPattern) *InvertedPattern {
- Exclude checks
exported type WordMergeHeap should have comment or be unexported Open
Open
type WordMergeHeap []WordMerge
- Exclude checks
exported function New should have comment or be unexported Open
Open
func New(
- Exclude checks
exported method FuncSplitPattern.FindMatches should have comment or be unexported Open
Open
func (sp *FuncSplitPattern) FindMatches(s string) ([]Capture, error) {
- Exclude checks
exported type StringSplitPattern should have comment or be unexported Open
Open
type StringSplitPattern struct {
- Exclude checks
exported method StringSplitPattern.FindMatches should have comment or be unexported Open
Open
func (sp *StringSplitPattern) FindMatches(s string) ([]Capture, error) {
- Exclude checks
exported method Word.Len should have comment or be unexported Open
Open
func (w *Word) Len() int {
- Exclude checks
exported method WordCache.SetValues should have comment or be unexported Open
Open
func (c *WordCache) SetValues(keys []string, values []*Word) {
- Exclude checks
exported method NormalizedRange.End should have comment or be unexported Open
Open
func (r NormalizedRange) End() int {
- Exclude checks
exported type Token should have comment or be unexported Open
Open
type Token struct {
- Exclude checks
exported method NormalizedRange.Start should have comment or be unexported Open
Open
func (r NormalizedRange) Start() int {
- Exclude checks
exported function NewDefault should have comment or be unexported Open
Open
func NewDefault() *BPEModel {
- Exclude checks
exported method BPEModel.Tokenize should have comment or be unexported Open
Open
func (m *BPEModel) Tokenize(sequence string) ([]models.Token, error) {
- Exclude checks
exported function NewOriginalRange should have comment or be unexported Open
Open
func NewOriginalRange(start, end int) OriginalRange {
- Exclude checks
exported type NormalizedByteSplit should have comment or be unexported Open
Open
type NormalizedByteSplit struct {
- Exclude checks
exported method RegexpSplitPattern.FindMatches should have comment or be unexported Open
Open
func (sp *RegexpSplitPattern) FindMatches(s string) ([]Capture, error) {
- Exclude checks
exported function EncodingFromEncodableTokens should have comment or be unexported Open
Open
func EncodingFromEncodableTokens(tokens []EncodableToken) *Encoding {
- Exclude checks
exported method PreTokenizedString.Splits should have comment or be unexported Open
Open
func (p *PreTokenizedString) Splits() []Split {
- Exclude checks
exported type OriginalByteSplit should have comment or be unexported Open
Open
type OriginalByteSplit struct {
- Exclude checks