adrien-bougouin / KeyBench

Keyphrase Extraction Prototypes
17 stars 8 forks source link

Processing new evaluation datasets #9

Open al9veda opened 9 years ago

al9veda commented 9 years ago

I am interested in processing couple of my .txt data-sets (train and test sets) with the KeyBench but getting an error: "WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: results; pre_processings;test_Tue Sep 15 22:04:50 2015" An issued command was: "python ijcnlp_2013.py 'C:/TOOLS/KeyBench-ijcnlp_2013/src/corpus_directory/' -ref -english"

I realize it's rather a cumbersome one but I'm a newbie with CLI Python I/O, and I'd greatly appreciate your help with the right syntax for this command (I'm under Windows) Je vous en remercie par avance!

Al

adrien-bougouin commented 9 years ago

Dear Al,

I do not have my computer with me right now, but here is my first gess:

al9veda commented 9 years ago

Dear Adrien,

I followed your last instruction with respect to the directory and path organizing (see enclosed) keybench directory java_home java_home keybench-command1 keybench-command2 but no luck -- same error. Though, when I tried KeyBench example files, semeval and inspec, I got another kind of error linked with the NLTK incapacity to find the java file (see last .png above) However, the JAVA_PATH and its system/user location are in sink... Not sure, but might be my java version, x64, is confusing for NLTK ? I'll try to reinstall NLTK (nltk-2.0.4.win32), and process files again. Thank you for your help. Best,

Al