Skip to content

Commit

Permalink
Fix convention for src/melt/tools/metrics/name_detector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtrung23 committed Sep 8, 2024
1 parent 5182b82 commit c1564d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melt/tools/metrics/name_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ def detect_batch(self, texts):

per_tokens = self._get_person_tokens(all_entities)
names = self._classify_race(per_tokens)
return names
return names

0 comments on commit c1564d5

Please sign in to comment.