Skip to content

De-duplicating of nodes via similarity & community detection #119

@cassinius

Description

@cassinius

Use something along the line of the ingredient de-duplicating pipeline demonstrated in a neo4j tutorial using the BBC goodfood ingredients

Pipeline

  • download the goodfood dataset (scraping required !) - or something equivalend
  • normal NLP preprocessing steps
    • character encodings
    • tokenization
    • stemming (plurals)
    • stopwords / length etc.
  • connect tokens to an ingredient
    • ingredient: cherry tomato => parts: cherry and tomato
  • Use string distance to create similarity edges
    • sorensenDiceSimilarity ??
  • Use phonetic similarity to create similarity edges
    • doubleMetaphone ??
  • Run a community detection algorithm (like Louvain) to cluster similar ingredients together

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions