David McClosky
David McClosky
CoreNLP version 3.6.0 has (at least) two changes which break PyStanfordDependencies: - [x] `stemStaticSynchronized` was renamed to `stemStatic` - [ ] This stack trace shows up for all `SubprocessBackend` conversion...
This would involve at least the following: 1. ~~Add the `-originalDependencies` option for both backends.~~ 2. Find a way to download the [feature mapping](https://github.com/stanfordnlp/CoreNLP/blob/master/data/edu/stanford/nlp/ud/feature_map.txt) and include it in the classpath....
Untested, so maybe already works (at least for subprocess).
Either by fixing the encoding issues or temporarily replacing them with dummy ASCII words. Thanks to Karin M. Sim Smith for the report. Temporary workaround: If possible, don't pass trees...
I was wondering if we could have it so that setting `$INSTCMDS` would be passed to [`upsd.users`](https://networkupstools.org/docs/man/upsd.users.html). My specific use case is to make it possible to temporarily mute the...
The command line flags have changed since the template was created.
Add [Aeromancy](https://quant-aq.github.io/aeromancy/) to the list.
This is primarily intended for demonstration/discussion purposes. Also my first Home Assistant component PR, so feedback highly welcomed! Related issue: https://github.com/dlarrick/pykumo/issues/51 Is this the API we want? Get/set are pretty...