You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Implement a new
Extractor
subtype, calledWordEmbeddingExtractor
, for extracting NLP words using their embeddings (usingEmbeddings.jl
andWordTokenizers.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 whenString
s are extracted as ngrams and when they are tokenizedThe text was updated successfully, but these errors were encountered: