Miroojin Bakshi
Miroojin Bakshi
The ListView overlaps the actionbar while scrolling.
This PR removes some invalid tokenKinds for certain lexer states Fixes #92
Test accuracy of semantic relationships (Eg: vec(king) - vec(man) + vec(woman) = vec(queen)) as presented in the results section of the [word2vec](https://arxiv.org/pdf/1301.3781.pdf) paper. Test data can be found [here](https://github.com/dav/word2vec/blob/master/data/questions-phrases.txt)
The `pubDate` field in the RSS feed (https://distill.pub/rss.xml) for each item isn't set to the correct format (RFC-822) which is causing parsing to fail for some libraries https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fdistill.pub%2Frss.xml https://www.feedvalidator.org/check.cgi?url=https%3A%2F%2Fdistill.pub%2Frss.xml I...