JacksonDavenport / RedditPrediction

Use a script to collect the titles from select/specified subreddits and use this collection to learn and predict the likelihood of a given title. This is used to predict which subreddit a chosen title should belong too.
1 stars 0 forks source link

Create Utility Class #9

Open JacksonDavenport opened 7 years ago

JacksonDavenport commented 7 years ago

This is to avoid having to have all the open and create file methods cluttering up the core Java files. Items:

  1. File management
  2. reader/writer management
  3. timers
  4. logging
  5. command line parsing.
JacksonDavenport commented 7 years ago

Initial file management done, will add BufferedReader soon

JacksonDavenport commented 7 years ago

Initial timer/logging done