Skip to content

Commit

Permalink
Remove unused code for Dbnary es file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Aug 7, 2024
1 parent cdc6c54 commit 8bdf68f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/proficiency/extract_dbnary.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ def download_dbnary_file(url: str) -> None:
text=True,
capture_output=True,
)
if ttl_path.name == "es_dbnary_ontolex.ttl":
# Fix parse subtag error
subprocess.run(
["perl", "-C", "-pi", "-e", "s/es-.+-ipa/es-fonipa/g", str(ttl_path)],
check=True,
text=True,
capture_output=True,
)


def insert_lemmas(
Expand Down

0 comments on commit 8bdf68f

Please sign in to comment.