I’m thinking about building a pretty comprehensive Urdu Anki deck by combining a few existing datasets like CLE, Wiktionary/Kaikki, Makhzan, Universal Dependencies, and Wikimedia/Lingua Libre for audio.
The basic plan is:
- Keep lemmas and inflected forms separate
- Use corpus frequency to rank/tag words
- Pull definitions, POS, gender, IPA, etc. only when they’re actually available in the source
- Leave fields blank if the data is missing or sources disagree rather than trying to guess
- Add human-recorded audio wherever available
- Keep track of where each piece of data came from
I’d automate the data collection/merging with scripts, but I don’t want AI generating any of the actual language content, definitions, pronunciations, etc.
Has anyone done something similar with multiple dictionary/corpus datasets? Mainly wondering what problems I’m likely to run into when merging everything together, especially duplicate words and conflicting data.