Skip to content

Commit

Permalink
use '<' in affix meaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Jun 17, 2024
1 parent 026cdb7 commit a88aa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lingvodoc/schema/gql_cognate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5085,8 +5085,8 @@ def morph_cognate_statistics(
meaning_to_links = {}
result_pool = {}
tiny_dicts = set()
meaning_re = re.compile('[.\dA-Z>]+')
meaning_with_comment_re = re.compile('[.\dA-Z>]+ *\([.,:;\d\w ]+\)')
meaning_re = re.compile('[.\dA-Z<>]+')
meaning_with_comment_re = re.compile('[.\dA-Z<>]+ *\([.,:;\d\w ]+\)')

for index, (perspective_id, affix_field_id, meaning_field_id, _) in \
enumerate(perspective_info_list):
Expand Down

0 comments on commit a88aa84

Please sign in to comment.