I created a subdirectory on a Windows (Vista) box and placed the following files in it:<br><br>ape.exe<br><a href="http://clex_lexicon_2000_words.pl">clex_lexicon_2000_words.pl</a>    (a renamed copy of the ~2000 word lexicon included with the AJP)<br>
<a href="http://clex_lexicon_100000_words.pl">clex_lexicon_100000_words.pl</a>     (a renamed copy of the ~100000 word lexicon made availability on Attempto&#39;s download page)<br>test_program.ace    (a file that contained some ACE sentences)<br>
generate_test_ACE_DRS_XML.bat    (a Windows batch file I created)<br><br>generate_test_ACE_DRS_XML.bat contained the following two lines:<br><br>ape -ulexfile <a href="http://clex_lexicon_2000_words.pl">clex_lexicon_2000_words.pl</a> -file test_program.ace -solo drsxml &gt; test_program_2000_word_lexicon.ace.drs.xml<br>
ape -ulexfile <a href="http://clex_lexicon_100000_words.pl">clex_lexicon_100000_words.pl</a> -file test_program.acee -solo drsxml &gt; test_program_100000_word_lexicon.ace.drs.xml<br><br>When I ran the batch file it created a file named &quot;test_program_2000_word_lexicon.ace.drs.xml&quot; and a file named &quot;test_program_100000_word_lexicon.ace.drs.xml&quot;.<br>
<br>test_program_2000_word_lexicon.ace.drs.xml contained the ACE sentences in the test_program.ace expressed as ACE DRS XML, as expected, but test_program_100000_word_lexicon.ace.drs.xml was empty.  No error messages were displayed in the Windows Command Window I used to execute the batch file.<br>
<br>I downloaded the Large Content Word Lexicon (Clex) a second time in case the file had been corrupted during the download process, but that didn&#39;t fix the problem.<br><br>Any ideas what may be causing this problem?<br>
<br>Thanks,<br><br>-- Ken<br><br>