Christos Christodoulopoulos
Christos Christodoulopoulos
I agree that this a limitation of the interface, but it has been working so far (we never thought of the expressiveness of Saul when designing Edison). I suppose it...
I thought this wasn't possible unless you decompile the JVM code?
@kordjamshidi I'm marking with a check the experiments that I'm currently running and when I'm done I will ~~mark them with a strikethrough~~.
I thought you were going to create a class that produced overall F1 scores. Right now, we cannot compare to the published scores.
I didn't look at the test output, because we are going to test everything at **aTs** no? But here is the table if you want: [info] isArgument test results: Label...
Ok so there are 2 potential reasons for this: 1) the features are not correctly implemented or 2) there is something wrong with the way the candidates are generated/used. I...
Hi @jhdeov - thanks for the pointers. I'd be happy to add these versions in my corpus, but these days I don't have time to write custom readers for conversion...
Hi @jhdeov, yes that sounds more doable than working with an arbitrary text source. If you can share a small sample (a couple of chapters) in tsv format, I should...
Thanks @jhdeov. I'm on holidays now, I'll have a look at some point next week.
Hi @jhdeov I have added a tab-separated file reader in my [corpus-tools collection](https://github.com/christos-c/bible-corpus-tools/blob/b68d2c755eb261d73319078d31d041377450f7d6/src/bible/readers/TSVFileReader.java). To use it, add the file names in the array on line 15 (see the TODO note),...