rosemariafontana commited on
Commit
3a09db7
Β·
verified Β·
1 Parent(s): 678f47c

debug statement

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ def extract_features(tokens, labels):
67
  current_date = "" # Reset
68
 
69
  # Append LABEL_0 token
 
70
  merged_entities.append((token, label))
71
 
72
  if current_date:
 
67
  current_date = "" # Reset
68
 
69
  # Append LABEL_0 token
70
+ print(f"Debug -- Appending LABEL_0 Token: Token Start {token} Token After")
71
  merged_entities.append((token, label))
72
 
73
  if current_date: