datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
wordlist
Dicta Unvocalized Hebrew Wordlist
Every distinct unvocalized (nikud-stripped) Hebrew word form Dicta knows, with its
morphology, lemma, and root. There is no compact natural key: rows are distinguished only by the
full combination of word + lex + morphology + root + the linguistic flags. Use id as the row key.
This repo has two configs:
default — the full wordlist below (every theoretically valid word-object).
attested — wordforms actually observed in Dicta corpora, with the… See the full description on the dataset page: https://huggingface.co/datasets/dicta-il/wordlist.wobe-asjp-wordlist
Open Wobé lexicon leads
ASJP Wobé wordlist
Field
Value
File
asjp_wobe_wordlist.json
Source
https://asjp.clld.org/languages/WOBE
Language
Wobé / Wè Northern (wob, weno1238)
Entries
30 concept-word entries (measured from the downloaded txt field)
Source publication
Hofer and Link (1980), West African language data sheets, vol. 2
License
CC BY 4.0 for the ASJP database
Representation
ASJP phonological transcription, not the current Wobé… See the full description on the dataset page: https://huggingface.co/datasets/TheReinventGuy/wobe-asjp-wordlist.dicta-il_wordlist
Dicta Unvocalized Hebrew Wordlist
Every distinct unvocalized (nikud-stripped) Hebrew word form Dicta knows, with its
morphology, lemma, and root. There is no compact natural key: rows are distinguished only by the
full combination of word + lex + morphology + root + the linguistic flags. Use id as the row key.
Loading
from datasets import load_dataset
ds = load_dataset("dicta-il/wordlist", split="train")
# every categorical column loads as a ClassLabel (int… See the full description on the dataset page: https://huggingface.co/datasets/johnlockejrr/dicta-il_wordlist.
