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

Implement _from_sequence_of_strings for CharSpan and TokenSpan Arrays #93

Open
BryanCutler opened this issue Aug 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@BryanCutler
Copy link
Member

This enables reading from CSV, I believe. Not sure if that is something we want to support.

Test class currently skipped: TestPandasParsing

@frreiss
Copy link
Member

frreiss commented Aug 21, 2020

We will eventually need a solution for CSV import. I'm thinking a two-part API. Part 1 is load the <begin, end> offsets of the spans from the CSV file, and part 2 is associate target document text strings with the spans.

@frreiss frreiss changed the title Implement _from_sequence_of_strings for CharSpan and TokenSpan Arrays ENH: Implement _from_sequence_of_strings for CharSpan and TokenSpan Arrays Aug 25, 2020
@frreiss frreiss added the enhancement New feature or request label Aug 25, 2020
@frreiss frreiss changed the title ENH: Implement _from_sequence_of_strings for CharSpan and TokenSpan Arrays Implement _from_sequence_of_strings for CharSpan and TokenSpan Arrays Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants