Skip to content

Commit

Permalink
init added and comments changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjvallone committed Sep 16, 2021
1 parent b64fea5 commit edcc133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added __init__.py
Empty file.
4 changes: 2 additions & 2 deletions phruzz_matcher/phrase_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
from spacy.util import filter_spans
from spacy.language import Language
import fuzzy_matcher from utils
MATCH_PERCENTAGE = 92
MATCH_PERCENTAGE = 92 #TODO deberia recibir match_percentage


nlp = spacy.blank('es') #FIXME debería recibir un modelo
nlp = spacy.blank('es') #FIXME eliminar una vez probado que recibe un modelo

class PhruzzMatcher:
name = "phruzz_matcher"
Expand Down

0 comments on commit edcc133

Please sign in to comment.