Seungwon
Seungwon
Sorry for the late reply. @spookyQubit Thank you for giving me the details of your approach. I'll implement it and make it possible to pre-process the Arabic data. I think...
@shiqing1234 I also think the number of sentences in the dataset mentioned in the JMEE paper is strange. The preprocessing results of this repository clearly differ from that of JMEE....
@shiqing1234 @kkkyan I couldn't achieve the same F1 score as the JMEE paper when I feed the preprocessing results of this code to JMEE model. I ran JMEE with this...
Hi @xiaoya6666 I couldn't achieve the performance of the JMEE paper too. The following results were printed on my console: ```text python -m enet.run.ee.runner --train "ace-05-splits/train.json" --test "ace-05-splits/test.json" --dev "ace-05-splits/dev.json"...
Hi! @kanwalAnika `sort function` is built in function in c++11. Could you compile like this `g++ -std=c++11 apriori.cpp -o apriori.exe`? If there's still an error, just let me know. I...
@brozkrut Thank you, it works as you said.