Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
sd16spring
/
TextMining
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
2
Code
Issues
0
Pull requests
65
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
EFunkhouser MP3 code and report
- #56
#56
Open
efunkhouser
wants to merge 6 commits into
sd16spring:master
sd16spring/TextMining:master
from
efunkhouser:master
efunkhouser/TextMining:master
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Open
EFunkhouser MP3 code and report
#56
efunkhouser
wants to merge 6 commits into
sd16spring:master
sd16spring/TextMining:master
from
efunkhouser:master
efunkhouser/TextMining:master
Copy head branch name to clipboard
Commits
Commits on Feb 27, 2016
EFunkhouser MP3_pdf
Show description for a9bfb7b
efunkhouser
committed
a9bfb7b
View commit details
Copy full SHA for a9bfb7b
Browse repository at this point
Commits on Feb 28, 2016
This code is meant to be run once, to import and save the data I needed (8 Gutenberg books) to do the project. EFunkhouser 2/27/16
efunkhouser
committed
d6ef732
View commit details
Copy full SHA for d6ef732
Browse repository at this point
This code is meant to be run once, to prepare each of the saved book files for analysis by removing the junk Gutenberg puts at the beginning and end. EFunkhouser 2/27/16
efunkhouser
committed
7838b4f
View commit details
Copy full SHA for 7838b4f
Browse repository at this point
This is the meat of my project. It is where I slice up the book and run sentiment analysis on successive chunks of it, filter the data, and output the data structures needed to plot the storyline f…
Show description for d76ae53
efunkhouser
committed
d76ae53
View commit details
Copy full SHA for d76ae53
Browse repository at this point
This is a run-once code that produces the final deliverable for my results section: it calls analysis for each of the 8 books and then plots them all together in a Plotly ipython notebook. EFunkhou…
Show description for 1bab480
efunkhouser
committed
1bab480
View commit details
Copy full SHA for 1bab480
Browse repository at this point
Merge branch 'master' of https://github.com/efunkhouser/TextMining
efunkhouser
committed
a9d33c7
View commit details
Copy full SHA for a9d33c7
Browse repository at this point
You can’t perform that action at this time.