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

53 get new non spaCy token labels #68

Closed
wants to merge 6 commits into from

Conversation

transcendingvictor
Copy link
Collaborator

Provide accurate categories for each token in the vocabulary: start with space, is capitalized, ...

Before we used spaCy (NLP package) to provide token categories mainly based on part-of-speech (noun, adjectives, pronoun...).

The idea is to balance the token categorization between automatic (categorization we can do with a simple Python function) and manual (it would be shorter to label each token in a .csv directly, and then import it.)

@transcendingvictor transcendingvictor linked an issue Mar 20, 2024 that may be closed by this pull request
@jettjaniak jettjaniak closed this Apr 3, 2024
@jettjaniak jettjaniak deleted the 53-get-new-non-scipy-token-labels branch May 22, 2024 10:05
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 this pull request may close these issues.

get new non-spacy token labels
2 participants