Matan Addam
Matan Addam
Do you think it would be very doable to develop a visualization of the Viterbi algorithm under the provided API? https://www.youtube.com/watch?v=0dVUfYF8ko0
Thanks for this great library. Just a question, how should one position this v.s. https://sedimental.org/remap.html when choosing api for data manipulation? they may seem to have some overlap on first...
Hi, Has anyone managed removing / replacing [the components which make the library GPL](https://github.com/brendano/ark-tweet-nlp/blob/72755ccd1b29ba8e1dbbb49efe57ba9723c0013b/LICENSE.txt#L11-L17), and lived to tell about it? In particular, for only the POS Tagging, but also, in...
Hi, I made my ~/.lein/profiles.clj look like follows ``` {:user {:plugins [[lein-auto "0.1.3"] [lein-kibit "0.1.5"] [lein-clique "0.1.2"] [lein-licenses "0.2.2"] [lein-topology "0.2.0"]] }} ``` And I get weird errors when I...
This is an excellent implementation with great documentation. One thing I think, is that building rules inside a clojure source file can be a nice gameful challenge, yet tedious, and...
### System information (version) - Building OpenCV 4.5.4 and OpenCV Contrib 4.5.4 from source - Ubuntu 20.04 - cmake 3.16.3 - GNU Make 4.2.1 - gcc 9.3.0 ## Build failure...
This is a pure question, although it could also be a potential very minor improvement suggestion (at a very low priority). I notice that when my input data is a...
In production and staging environments, I find that it makes sense to output a timestamp along every error/warning message, for making troubleshooting effective. So long as the typical use case...
Not really an issue, but could this be avoided: ``` new ApiResponse(code = 400, message = "Invalid ID supplied"), new ApiResponse(code = 404, message = "Pet not found"))) ``` By...
@yunabe Thanks a lot for this project. I went through the original blog announcement, and was wondering whether any documentation currently discusses the way that this project is made possible,...