wsbones
Beta Tester
- Messages
- 3,192
I created a user module containing 3 word search phrases. You can get it here:
http://sites.google.com/site/wsbones/BB3WS.ss5book?attredirects=0&d=1
Here's an explanation. I wrote a program to go through each word in the Bible (about 789,000) and pick up the next two words to make a phrase. Then I searched the Bible for that phrase and counted the occurrences saving the phrase and count in a list. Then I went to the next word and did it again. I took the resulting list and selected all the phrases that were 10 or more characters long and had 10 or more occurrences in the Bible. From these I made a module that contains about 7000 searches.
This process generated a total of approximately 386000 unique phrases. Many of these phrases make interesting searches. I haven't been able to think of a manageable way to select just the interesting ones automatically yet. Any feedback would be great.
The searches are of the form "word1 word2 word3*".
See Joh 5:39 and Act 17:11.
http://sites.google.com/site/wsbones/BB3WS.ss5book?attredirects=0&d=1
Here's an explanation. I wrote a program to go through each word in the Bible (about 789,000) and pick up the next two words to make a phrase. Then I searched the Bible for that phrase and counted the occurrences saving the phrase and count in a list. Then I went to the next word and did it again. I took the resulting list and selected all the phrases that were 10 or more characters long and had 10 or more occurrences in the Bible. From these I made a module that contains about 7000 searches.
This process generated a total of approximately 386000 unique phrases. Many of these phrases make interesting searches. I haven't been able to think of a manageable way to select just the interesting ones automatically yet. Any feedback would be great.
The searches are of the form "word1 word2 word3*".
See Joh 5:39 and Act 17:11.