Skip to content

alterlife/biblename-dbgenerator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

biblename-dbgenerator

Generates an sqlite database of names and sentimant of the verses in which they are mentioned in the Bible in json format using NLTK's Vadar library. This makes use of the json formatted bible found here: https://github.com/honza/bibles/blob/master/ESV/ESV.json .

A lot of mistakes are seen in the extract:

  1. Plurals and singular variants of the same name are recongized as different names.
  2. NLTK detects a lot of words as proper nouns though they are not names. For example, the words: Accordingly, Afterward, Affliction and Against were all detected as nouns. A database of these terms may need to be built so that the code can ignore them.
  3. The Vadar library certainly isn't tuned for Bibilical English as some very negative sentences are detected as neutral.
  4. Another observation made is that the sentiment analysis was not accurate for bible English.

Site:

The list of names generated by this script is hosted at: http://namedb.herokuapp.com. Please note that it may take a several seconds to start up on first access but will be quick after that.

About

Generates an sqlite database of names from the bible in json format using Vadar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages