810321a520simplifying which should hopefully help with trimming bad sentences out
jenzur
2019-05-11 20:33:45 +0200
b1aa449b59you know that feeling when you cant tell if you forgot to add something
jenzur
2019-05-09 23:00:27 +0200
414806aa1fcleaning up code, added multi sentence support, build out caches, did other stuff i forgot
jenzur
2019-04-20 00:17:18 +0200
f6da878ac0this was alot simpler than with c++
jenzur
2019-04-15 00:14:00 +0200
5552a20eb6with annotaton caching stores results in the DB becomes Obsolete, quite some changes but overall improvements
jenzur
2019-04-14 14:18:01 +0200
9e68cbb283removed levenhstein callable implementation, simplified sentence fetching from DB, moved from unloze db to a small vps db, instead of iterating 1 in updatematrix is 25 now, updated sentiment analyzing, also reduced get time of results to 5 seconds, a bunch of trivial things also got changed
jenzur
2019-03-29 12:34:40 +0100
296be21753get methods should be quicker than loops, new thread avoids waiting for datamapper insert
jenzur
2019-03-26 22:57:13 +0100
511eb0e492pipeline propperty updates, untokenizeable removed, updating the matrixupdater, coreNLP internal thread devider is very effective for mass annotation compared to simple streaming
jenzur
2019-03-26 21:38:03 +0100
e07a9d7601this should help some
jenzur
2019-03-24 23:04:19 +0100
c5c1a31a14annotation caching with instance safety for jmwe, changed entry slightly, multithreaded loading in beginning, parralel streaming the annotations, forkjoinpool should handle futures better now with try catches in sementicsanalyzer
jenzur
2019-03-20 22:38:28 +0100
b3631ab1a0since server area is gone it fetches some messages from hlstats now, will increase amount later, only potentially issue left is a nullpointer in getresponsemsg if none within 8 is reached, removed pipelines with annotation caching,
jenzur
2019-03-16 23:02:52 +0100
232190d076fixing pre discord launch calcaulations, implementation of JMWE coreNLP extension, hopefully fixed repetetive data in multithreading
jenzur
2019-03-15 01:32:06 +0100
d8d415cbe0should reduce idleness of calculations. Once stringcache is large enough and stored calculations are widespread enogh accross the stringcache it should effectly give response messages instead of doing manual calculations each time, also replaced arraylists with concurrentmaps
jenzur
2019-03-04 23:26:15 +0100
aff2ddae5breplacing most arraylists with concurrentmaps due to them requirring less bytes per header since they should be stored bucketwise
jenzur
2019-03-03 23:32:36 +0100
f64ce5c5a0updated calculations, updated handling calculation storages, updated DB retrieval, added Distance object, added levenstein, almost everything in mysqldatahandler,
jenzur
2019-03-03 13:17:07 +0100