Tags needed

#3
by neurlang - opened

Each word pair Hebrew:IPA needs to be tagged by tags.
This is needed to make it possible end-to-end g2p to generalize.
Example tag:
DEF — definite (with article)

  • Why #1: Resolves preposition+definite article collisions (e.g., ב→/ba/ vs. /be/).
  • Applies to: Any definite noun (e.g., הבית) or preposition-merged definite form (e.g., בעושה→baʔosˈe).

Example tagged word in tsv (3 columns) with "def":
foo TAB bar TAB ["def"]
3rd column is optional.

I recommend lowercase for tags.

Sign up or log in to comment