Giter Site home page Giter Site logo

metopedia / bible-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jefferycutler/bible-analysis

0.0 0.0 0.0 48 KB

Create dataset with all bible passages and perform NL analysis on each passage

License: GNU General Public License v3.0

Python 94.78% Shell 5.22%

bible-analysis's Introduction

bible-analysis

Create dataset with all bible passages and perform NL analysis on each passage

Bible Sentiment and Entity Analysis

This project is to read into a database all the passages of the bible and determine the sentiment and entities in each passage. My goal is to become familar with Google Cloud tools such as ML Natural Lanugage API's, Datastore, and Bigquery. I chose the bible because it's a book with a prebuilt indexing system, down to the sentences. Some of them, like the King James version are in the public domain.

Source Data and Conversion (\cnvsource)

My source for the text was in XML format. Bulk loading is easier to various data platforms if the file is in a delimted format. This folder contains the python program I used to convert the XML files to delimited text files.
MySQL was compaining a lot about the CSV format and some text characters. I used a vertical bar as the delimiter and the problems went away.

Local DB Version (\localdb)

This version uses a traditional RDBMS. I used MySQL as it's easy, open source, had good support in python and well documented. I used the Google Natural Language sentiment and entity API's. More details in the read me file in the folder.

BiqQuery Verison (\bigquery)

Similar to the localdb version, this uses GCP's BigQuery as the data platform. This is still a work in progress. More information can be found in the read me file in the folder.

bible-analysis's People

Contributors

jefferycutler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.