Skip to content

Enhancement: support for pretrained word embeddings #136

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

Open
simonmandlik opened this issue Jun 6, 2024 · 0 comments
Open

Enhancement: support for pretrained word embeddings #136

simonmandlik opened this issue Jun 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@simonmandlik
Copy link
Collaborator

Implement a new Extractor subtype, called WordEmbeddingExtractor, for extracting NLP words using their embeddings (using Embeddings.jl and WordTokenizers.jl?)

Rough sketch of possible implementation can be found here, but this is for the old version of JsonGrinder.

A good starting point is NGramExtractor implementation, the design should be very similar.

We might also want to update suggestextractor with a new kwarg governing when Strings are extracted as ngrams and when they are tokenized

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

1 participant