Jelte
Jelte
Hi MenoData, Great library with support! I had a couple of questions. ``` import net.time4j.PrettyTime; import java.time.ZonedDateTime; import java.util.Locale; .... ZonedDateTime time = ZonedDateTime.now().plusDays(2).withHour(23); System.out.println(PrettyTime.of(Locale.forLanguageTag("en")).printRelative(ZonedDateTime.from(time))); ``` The result would now...
Hi there! First of all, great library, thank you so much! I wonder if it's possible to use the [Stanford POS-tagger](https://github.com/HeidelTime/heideltime/wiki/StanfordPOSTaggerWrapper), I don't see a parameter for that. Would it...
Hi there, I found there's a missing dependency for the latest version of Wikibrain including the dependencies (0.9.1). I can start the .jar and get the WikiBrain configuration window. However,...
There's a problem with closing the DM from the start-3-core.bat, if you close it by clicking the 'X', where not all Java processes are neatly ended. If you close the...