Skip to content

feat(ai): improve spacy similarity#434

Merged
manuelporrasojeda merged 10 commits intomasterfrom
feat/improve_spacy_similarity
Oct 29, 2025
Merged

feat(ai): improve spacy similarity#434
manuelporrasojeda merged 10 commits intomasterfrom
feat/improve_spacy_similarity

Conversation

@manuelporrasojeda
Copy link
Contributor

SpaCy similarity performance can be enhanced using some strategies like:

  • Normalizing texts (lowercase, extra points, etc.)
  • Use only models that include word vectors (e.g., 'en_core_news_md' or 'en_core_news_lg')
  • Preprocessing texts. In this approach, we only preprocess negations.

@manuelporrasojeda manuelporrasojeda force-pushed the feat/improve_spacy_similarity branch from ecc5f3d to c41cdf4 Compare October 28, 2025 11:35
@manuelporrasojeda manuelporrasojeda force-pushed the feat/improve_spacy_similarity branch from 125cd18 to 16cbeff Compare October 28, 2025 16:23
@manuelporrasojeda manuelporrasojeda merged commit 1bcea5e into master Oct 29, 2025
20 checks passed
@manuelporrasojeda manuelporrasojeda deleted the feat/improve_spacy_similarity branch October 29, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants