jmccrae / srl-editor

Automatically exported from code.google.com/p/srl-editor
0 stars 0 forks source link

Can't read file to tagged corpus #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set rule bases.
2. Call method 
    List<String> results = 
project.corpus.getDocTaggedContents("test0001.txt");

What is the expected output? What do you see instead?
- Save to new file but it shows the error message 
"java.lang.IllegalArgumentException: Invalid document name:test0001.txt"

What version of the product are you using? On what operating system?
- srlgui-1.0rc1 run on eclipse 3.4.2 Windows XP SP2.

Please provide any additional information below.

Original issue reported on code.google.com by gugur...@gmail.com on 26 Mar 2010 at 6:32