Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer definition with Slice compatibility #24

Open
kyleclo opened this issue Aug 5, 2023 · 0 comments · May be fixed by #44
Open

Layer definition with Slice compatibility #24

kyleclo opened this issue Aug 5, 2023 · 0 comments · May be fixed by #44
Assignees

Comments

@kyleclo
Copy link
Collaborator

kyleclo commented Aug 5, 2023

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]]

@bnewm0609 bnewm0609 self-assigned this Aug 16, 2023
@bnewm0609 bnewm0609 linked a pull request Aug 16, 2023 that will close this issue
@bnewm0609 bnewm0609 linked a pull request Aug 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants