1000jaus commited on
Commit
97e6ecc
1 Parent(s): 9f49fc5

added more preprocessing to cv_matcher

Browse files
Files changed (1) hide show
  1. project/cv_matcher.py +1 -1
project/cv_matcher.py CHANGED
@@ -80,7 +80,7 @@ class CVMatcher:
80
 
81
  # ----------- 2. Educaci贸n -----------
82
  def preprocess_field(self, field):
83
- # Forzamos la conversi贸n a string ANTES de hacer cualquier otra cosa
84
  return f"field of study: {str(field).lower().strip().replace(',', ' and')}"
85
 
86
 
 
80
 
81
  # ----------- 2. Educaci贸n -----------
82
  def preprocess_field(self, field):
83
+ #Forzamos la conversi贸n a string ANTES de hacer cualquier otra cosa
84
  return f"field of study: {str(field).lower().strip().replace(',', ' and')}"
85
 
86