Skip to content

Commit

Permalink
fixes lexemes
Browse files Browse the repository at this point in the history
  • Loading branch information
lingulist committed Aug 12, 2024
1 parent 9676478 commit ce60ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion etc/lexemes.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,6 @@ auhká < wauhká/(yeih sentar) auhká
‘oidaga <*huya oidaga
vɨgi/<*pɨwi vɨgi
tɨdogi/<*tɨyowi tɨdogi
*ƛil-tik <tɨri/(yowak ‘noche’) *ƛil-tik
*ƛil-tik <tɨri/(yowak ‘noche’) *ƛil-tik
**tapari ’turkey hen’/*topa ’turkey hen’ Tepiman, SUA tapari
**kahi PUA/**nakka ’ear’ PUA kahi
2 changes: 1 addition & 1 deletion lexibank_pharaocoracholaztecan.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Dataset(BaseDataset):
separators="/",
first_form_only=False,
brackets={"’": "’", "(": ")"},
replacements=[("*", ""), (" ", "_"), ("_PUA", ""), ("_SUA", ""), ("_Tepiman,", "")],
replacements=[("*", ""), (" ", "_")],
)

def cmd_makecldf(self, args):
Expand Down

0 comments on commit ce60ac3

Please sign in to comment.