I have a plan to memorize the 100 most commonly used words in the hope I can then understand perhaps half to 60% of all conversation when I hear it. Does anyone have a list or can anyone point me in the right direction to a list? Thanks so much.
i wrote a computer program : https://github [dot] com/CHRISTrosetolife/dev/blob/master/public/src/ceb_bible_words_top.mjs
the computer program gets the words in a cebuano bible : https://www.ccel [dot] org/ccel/b/bible/ceb_p/cache/ceb_p.txt
then it counts up the number of times each word occurs
then it outputs the number of words
here is the list of the top 250 words :
( this does not take into account root words or prefixes or anything like that )
top 250 words in cebuano bible
i wrote a computer program : https://github [dot] com/CHRISTrosetolife/dev/blob/master/public/src/ceb_bible_words_top.mjs
the computer program gets the words in a cebuano bible : https://www.ccel [dot] org/ccel/b/bible/ceb_p/cache/ceb_p.txt
then it counts up the number of times each word occurs
then it outputs the number of words
here is the list of the top 250 words :
( this does not take into account root words or prefixes or anything like that )