1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-Prose-Go

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
types.go 538
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Joseph Kato Отправлено 14.08.2019 05:14 3cd21df
package prose
// A Token represents an individual token of text such as a word or punctuation
// symbol.
type Token struct {
Tag string // The token's part-of-speech tag.
Text string // The token's actual content.
Label string // The token's IOB label.
}
// An Entity represents an individual named-entity.
type Entity struct {
Text string // The entity's actual content.
Label string // The entity's label.
}
// A Sentence represents a segmented portion of text.
type Sentence struct {
Text string // The sentence's text.
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-Prose-Go.git
git@api.gitlife.ru:oschina-mirror/mirrors-Prose-Go.git
oschina-mirror
mirrors-Prose-Go
mirrors-Prose-Go
master