Sheean Spoel
Sheean Spoel
With some complicated texts (probably) the Frog output isn't received by T-Scan from Frog. Resulting in an empty document. It starts here: https://github.com/UUDigitalHumanitieslab/tscan/blob/1ae5af3f22929366b3d58a66dddb324153e76d2c/src/tscan.cxx#L3126-L3130 A connection is made with Frog, using...
Allow versions to be pinned using some straightforward format. Eg a list of packages and commit hashes. Help prevent issues such as #85
I've ran into a weird issue where an old version of `clam.js` was being used preventing me from creating a project. This was fixed by clearing the cache. Ideally some...
I've FAIR-ed up the compound splitter recently, so you could also download the distribution from `https://github.com/UUDigitalHumanitieslab/compound-splitter/releases/download/0.0.0/compound-splitters-nl-0.0.0.tar.gz` and then just pip install the zipped file. _Originally posted by @lukavdplas in https://github.com/UUDigitalHumanitieslab/tscan/pull/75#discussion_r1304414427_
Run T-scan on smaller parts e.g. single documents instead of the entire batch. After this is done these sub results should be merged. This should speed things up when updating...
e.g. sentences with weird characters like "►►►" seem to completely ruin the entire output
See: https://github.com/UUDigitalHumanitieslab/tscan/pull/61#discussion_r990038148 The problem is that `struct basicStats` (which is the base for `wordStats`) contains the definition: https://github.com/UUDigitalHumanitieslab/tscan/blob/bec422ccb74a3c88ef329dfbc0b925021d0bf8fa/include/tscan/stats.h#L107 This makes it harder to introduce generic type because this would introduce...
Got a 500. The other new user without 'special' characters worked. Didn't investigate further.
Hier voortgang toevoegen aan cout en dat inlezen in de Python webservice zodat dit weer netjes kan worden teruggekoppeld en lint een kek voortgangsbalkje kan laten zien. https://github.com/UUDigitalHumanitieslab/tscan/blob/d6160f6a1d60b2c808e940a2cfbfca0046f90465/src/tscan.cxx#L3041-L3088 https://github.com/UUDigitalHumanitieslab/tscan/blob/d6160f6a1d60b2c808e940a2cfbfca0046f90465/webservice/tscanservice/tscanwrapper.py#L216-L220