Skip to content

Releases: dvfeinblum/lexicount

Tokenize Sentences

25 Nov 21:20
Compare
Choose a tag to compare

This update adds a new table that stores sentence-level details.

Updated Some Minor .Github Stuff

27 Oct 20:36
Compare
Choose a tag to compare

Added a new issue type to help organize Vectorize Everything.

Rewrote Blog Parser to use Postgres

27 Oct 20:15
38a4946
Compare
Choose a tag to compare

This is part two of Issue #4. Now that we got the DB all set up and ready to go, this release moves the blog parser off of redis and onto postgres.

Postgres Database

27 Oct 15:26
91656a0
Compare
Choose a tag to compare

This release is part one of two changes that will cut us over from redis to postgres. In this version, we use sqitch to create the db that we'll be using from now on.

Added Unit Testing and Autoformatting

20 Oct 04:32
67d598c
Compare
Choose a tag to compare

This version features the addition of unit testing, mostly of just happy paths and... well frankly low-hanging fruit. I also finally set up a pre-commit hook for autoformatting, requirement cleaning, newline trimming, etc.

Blog Post GETs are Asynchronous

18 Oct 23:23
7f062c6
Compare
Choose a tag to compare

This tag also features a bit of a refactor where the blog parsing logic lives in a separate script.

Timing Metrics

18 Oct 03:02
Compare
Choose a tag to compare

Adds a simple runtime calculator to the script.

Improved Post Parsing and Debug Mode

16 Oct 23:19
0e06dcc
Compare
Choose a tag to compare

Title says it all. This code is in reference to issue #2 and also features the addition of a simple debug mode.

Initial Attempt

26 Sep 01:53
Compare
Choose a tag to compare

This is the starting point. And I'm a sucker for versioning.