Erik Ziegler
Erik Ziegler
I (somewhat) successfully integrated CoreNLP (3.9.2) in an Android app. The following annotator configuration works just fine: ```Kotlin props.setProperty("annotators", "tokenize,ssplit,pos,lemma") ``` But as soon as I add the NER annotator...
Hey there! I've trained a truecase model for the german language on a dataset of 1 million sentences. The resulting model is quite big (80MB) and I am having memory...
Hey there! We integrate DeepSpeech for iOS projects via private CocoaPods right now. We do it by hosting the `deepspeech_ios.framework` together with the swift client source code in a private...
Hey there! If you take the [deepspeech iOS framework from the 0.9.3 taskcluster tag](https://community-tc.services.mozilla.com/tasks/JuU2kE0eRfCLkRX8-oMzvg), you can see in `Info.plist` that the `MinimumIOSVersion` is set to 13.5 and you can also...
Hello there! As a small side project to my research on the dataset, I created a small WebGL viewer for the range images of the dataset displayed as point clouds....
Hey! First of all, I think your work is amazing and making all your models available is just so generous. I checked out your german wav2letter model and as I...
Hey there! I am using this library in a Kotlin Multiplatform Mobile project. All was fine until I began adding Pod dependencies to my Kotlin code, this adds the `linkReleaseFrameworkIos`...
Hey there, thank you for the awesome library! Is there a way to use calc binding with `RowDefinition` or `ColumnDefinition` that use the * notation like ```XAML ``` where I...
Hey there! I found it really hard to figure out react-native-windows specific custom props like `onMouseEnter` for the view component. There seems to be no (complete) documentation of the neat...
Hey there! I updated to 6.0.2 and it broke our tests in the Android simulator. It seems that https://github.com/react-native-netinfo/react-native-netinfo/commit/70847710128f2af51581c256b035f23345a62898 may have introduced a bug in the simulator. ``` System: OS:...