Skip to content

Commit

Permalink
fix: refactor to address issue #14
Browse files Browse the repository at this point in the history
This now attempts to make is_person() handle names written in Chinese,
Japanese and Korean scripts. It uses multiple heuristics to do this,
and it is not very accurate right now. However, it's still better than
it was before, because before, is_person() would simply return False
for name written in CJK scripts.
  • Loading branch information
mhucka committed May 15, 2024
1 parent e69c0a8 commit dcc3c77
Showing 1 changed file with 212 additions and 132 deletions.
Loading

0 comments on commit dcc3c77

Please sign in to comment.