hebrewordsdict
v1.0.3
Published
This package contains a single js object. The keys of this object are all the hebrew alphabetical letters, and their values are arrays of all the words that begin with that specific key (letter).
Downloads
3
Readme
This package contains a single js object. The keys of this object are all the Hebrew alphabetical letters, and their values are arrays of all the words that begin with that specific key (letter).
Simply install the package and add " import { heb_words } from 'hebrewordsdict' " and use your variable as desired.
Please keep in mind this dictionary contains 22 string arrays as values for the keys that all together contain around 650k values, so be cautious with doing things such as " console.log(heb_words) " as it may break your program/browser.
Also, please do note that these 650k words in Hebrew do include all the words in the Hebrew language, however, due to the fact an AI pulled all these words, there are also "unreal" or "Gibberish" words too.