Stephen Mayhew
Stephen Mayhew
I've made a quick and dirty implementation, but it does indeed add Flair as a dependency, which I totally agree is not so clean. That said, the code is relatively...
Not sure I understand option 1: "separate add on" means, for example, my code stays in my repo, but can be easily added to allennlp (maybe with pip)? I like...
@zeeshansayyed At risk of embarrassing myself, here's a gist with my quick and dirty implementation: https://gist.github.com/mayhewsw/26939faf0a7190a6d174893a31ba0ac8
(Fine with me, fwiw)
This worked for me. Thanks!
This is implemented in TalenCLI, but not in the main interface.
Ah, I see it now. Yes, looks good.
It's definitely easy to do (although I always have to google the command line version), but I often find myself looking for a script to do it, and the original...
For what it's worth, `tr` (bash default installation on Mac 10.15.2) seems to work fine. ```bash $ echo "He lived in Moscow." | tr [:upper:] [:lower:] he lived in moscow....
I wonder if a "reverse lowercase" option would be useful. Sometimes you want everything in upper case.