Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Created October 8, 2022 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrea-dagostino/16ad600e75619c90e4645946ff1421e8 to your computer and use it in GitHub Desktop.
Save andrea-dagostino/16ad600e75619c90e4645946ff1421e8 to your computer and use it in GitHub Desktop.
fuzzy_logic_tagging
# these are the tags we want to apply to our documents.
# change this list at your discretion
tags = [
"machine learning",
"clustering",
"carriera", # "career" in ita
"progetto", # "project" in ita
"consigli", # "tips" in ita
"analytics",
"deep learning",
'nlp',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment