Skip to content

Layer definition with Slice compatibility #24

@kyleclo

Description

@kyleclo

define Layer explicitly and make it such that doc.sentences: Layer has reasonable slicing behavior, so like doc.sentences[3:10] produces a Slice with a reasonable repl and ability to perform Entity-level operations on it in distributed maner, such as doc.sentences[3:10].text instead of [s.text for s in doc.sentences[3:10]]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions