https://github.com/johncoene/sacred
📖 Sacred texts in R
https://github.com/johncoene/sacred
bible data r rstats text-mining
Last synced: 4 months ago
JSON representation
📖 Sacred texts in R
- Host: GitHub
- URL: https://github.com/johncoene/sacred
- Owner: JohnCoene
- License: other
- Created: 2016-05-08T04:47:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T23:35:22.000Z (over 6 years ago)
- Last Synced: 2025-04-19T07:58:35.994Z (6 months ago)
- Topics: bible, data, r, rstats, text-mining
- Language: R
- Homepage: http://sacred.john-coene.com/
- Size: 39.1 MB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/JohnCoene/sacred) [](https://ci.appveyor.com/project/JohnCoene/bibler/branch/master)
sacred
======
Includes 9 **tidy** sacred datasets:
1. `king_james_version` - The King James Version of the Bible.
2. `aprocrypha` - The Apocrypha.
3. `septuagint` - The Septuagint.
4. `tanach` - The Tanach.
5. `vulgate` - The Vulgate.
6. `greek_new_testament` - The Greek New Testament.
7. `book_of_mormon` - The book of Mormon
8. `doctrine_and_covenants` - Doctrine & Covenants
9. `pearl_of_great_price` - Pearl of Great PriceAlso includes:
* `middle_english_stopwords`
* `middle_english_sentiments`**See [website](http://sacred.john-coene.com) for examples**
Install
=======``` r
devtools::install_github("JohnCoene/sacred")
```