Uugan

Results 3 issues of Uugan

Please add some "how to install tutorial" On centos 7 we installed haskell-platform. But when make it gives error like No compiler found expected minor version ghc-8.0.2. >stack setup >make...

How to use rapidiod for soapMessage in response? rapidoid-http-server:5.5.5 ``` ByteArrayOutputStream out = new ByteArrayOutputStream(); soapMessage.writeTo(out); String strMsg = new String(out.toByteArray()); resp.result(strMsg); ``` it gives some warning/error like below: `...

Hi, How to tag input string? This library only works with input and output files. But I need to insert string and get predict labels.