nlpodyssey/gotokenizers

View on GitHub
pretokenizedstring/pretokenizedstring.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function FromNormalizedString should have comment or be unexported
Open

func FromNormalizedString(ns *normalizedstring.NormalizedString) *PreTokenizedString {

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// Copyright (c) 2020, NLP Odyssey Authors. All rights reserved.

exported function FromString should have comment or be unexported
Open

func FromString(s string) *PreTokenizedString {

exported method PreTokenizedString.Splits should have comment or be unexported
Open

func (p *PreTokenizedString) Splits() []Split {

There are no issues that match your filters.

Category
Status