Andrew Sliwinski
Andrew Sliwinski
We currently validate against a [dataset from UCI](https://archive.ics.uci.edu/ml/datasets/Sentiment+Labelled+Sentences) that includes Amazon, Yelp, and IMDB. This is great but it would be nice to have less formal texts (particularly those that...
PR #74 initially incorporated a change which used `spliddit`'s `hasPair` method to split emoji without a "space" or other delimiter. While useful, this change had fairly serious performance consequences. I...
From https://github.com/thisandagain/semver/pull/14
From a user: > In my app I have knowledge of the current version and a proposed upgrade version. I'm using EDSemver to compare the two to determine if the...
Add support for Arabic script. This will require a modification to the strategy for tokenization of the input phrase. ### References https://dl.acm.org/citation.cfm?id=1654588
Add support for simplified and traditional Chinese. This will require a modification to the strategy for tokenization of the input phrase. ### References https://nlp.stanford.edu/software/segmenter.shtml https://github.com/yishn/chinese-tokenizer
Would be nice to have a subtle "down" state for items within the asset picker as to have a more responsive feel for the user.