Skip to content

Commit

Permalink
Adding pos changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekar committed Oct 11, 2023
1 parent 0a1ecba commit 546b797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsernaam/tests/test_010_name_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_parse(self) -> None:
Test parse pos
"""
df = ParseNames.parse(self.df)
print(df.to_markdown())
for parsed_name in df['parsed_name']:
name_type = parsed_name['type']
prob = parsed_name['prob']
Expand Down

0 comments on commit 546b797

Please sign in to comment.