Skip to content

Use NLP to extract keywords and topics as well as match ingredients

Notifications You must be signed in to change notification settings

washeuteessen/washeutessen-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use NLP to enhance data quality of ingredients and prepare filter methods

What? Techniques Packages
1 match different forms of an ingredients (e.g. egg --> eggs, organic egg) Lemmatization, compute similarity by word embeddings, compute string distance (e.g. Levensthein), order alphabetically, coreference resolution spaCy, flair, GermaNet Uni Tübingen, allennlp
2 extract topics from recipes as basis for filter Topic Modelling/Extraction gensim
3 extract keywords from recipes as basis for filter keyword extraction (based on Rake algorithm), NER, stopwords removal spaCy, gensim.summarization, multi-rake
4 Develop dictionary of neutral ingredients, dairy and meat/fish as basis for vegetarian/vegan filter rule based matching ???

About

Use NLP to extract keywords and topics as well as match ingredients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages