Timo Baumann

Results 10 issues of Timo Baumann

super useful software, thank you! I'm wondering how I could extend this to indicate left-out neurons via "..." in the input layer? Any help would be highly appreciated.

keep strings in one place in util, select which language to use by commenting/uncommenting the corresponding function. NO GUI for this :-/

it would be nice to be able to set the preferred language for the labels shown in the figures. Of course, this would mean that the corresponding strings need to...

great software already. I wonder how it could be extended to color the nodes according to activation (given the weights) based on arbitrary input? Any help would be highly appreciated!

Tokenization+Normalization turns "Der Red Ball" into: ```xml Der Red. Ball Express ``` Now, the point is not that the normalization is wrong, what we're concerned about is the added fullstop...

bug

abbreviations are looked up without and with a dot. If a dot is added internally, it previously was left in the output. This commit tracks internally whether a dot was...

As we're seeing problems with some expansion patterns for German, we implemented a way of configuring the application of expansion patterns: the property de.preprocess.automatic.expansionpatterns.exclusion.list will be read from de.config and...

In contrast to most other processors, LiveCMN does not forget its cache of internal values when a DataStartSignal comes around. Thus, it will churn out stale data even though a...

frontend.util.Microphone does not clean its queue of data objects to be output when (re)starting recording. When using that Microphone DataSource with endpointing, recognition may stop after SpeechEndSignal and leaves data...

this creates a gradle-based build for sempre which works with jitpack.io. see #199