{"id":20706480,"url":"https://github.com/pythoncoderunicorn/nltk_bible","last_synced_at":"2026-03-16T06:10:40.586Z","repository":{"id":79731729,"uuid":"307815013","full_name":"PythonCoderUnicorn/NLTK_Bible","owner":"PythonCoderUnicorn","description":"Using NLTK to analyze word counts, frequencies in the Bible","archived":false,"fork":false,"pushed_at":"2020-10-27T20:13:39.000Z","size":2901,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T18:30:12.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PythonCoderUnicorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-27T20:06:22.000Z","updated_at":"2020-10-27T20:13:41.000Z","dependencies_parsed_at":"2023-03-12T09:07:54.508Z","dependency_job_id":null,"html_url":"https://github.com/PythonCoderUnicorn/NLTK_Bible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PythonCoderUnicorn/NLTK_Bible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCoderUnicorn%2FNLTK_Bible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCoderUnicorn%2FNLTK_Bible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCoderUnicorn%2FNLTK_Bible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCoderUnicorn%2FNLTK_Bible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PythonCoderUnicorn","download_url":"https://codeload.github.com/PythonCoderUnicorn/NLTK_Bible/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCoderUnicorn%2FNLTK_Bible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30570287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-16T06:02:37.763Z","status":"ssl_error","status_checked_at":"2026-03-16T06:02:14.913Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T01:23:26.484Z","updated_at":"2026-03-16T06:10:40.567Z","avatar_url":"https://github.com/PythonCoderUnicorn.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NLTK_Bible\nUsing NLTK to analyze word counts, frequencies in the Bible\n\nThe text format of the Bible is from : ('Gutenberg Project')[http://www.gutenberg.org/ebooks/10]\n\nthe file Bible.txt is the whole book for local loading and use in case this is preferred\n\n**Reading Local Files**\n- need to use Python's built-in open() function, \nfollowed by the read() method. Suppose you have a file document.txt, \nyou can load its contents like this:\n\n\u003ccode\u003e f = open('document.txt')\u003c/code\u003e\n\n\n\u003ccode\u003e raw = f.read() \u003c/code\u003e\n\nopen('document.txt', 'rU') — 'r' means to open the file for reading (the default), and 'U' stands for \"Universal\", \nwhich lets us ignore the different conventions used for marking newlines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoncoderunicorn%2Fnltk_bible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoncoderunicorn%2Fnltk_bible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoncoderunicorn%2Fnltk_bible/lists"}