More progress on a Collate output parser
Posted by mholmes on 15 May 2007 in Activity log
I've continued work on my Java app to generate P5 critical apparatus from the output from the old Mac Collate program. I'm now able to generate all the <app> and <lem> tags, and I've created a table where the user can specify the sigla of in the input file, and alternative sigla to be used in the output if required. I'm now figuring out how to parse individual lines into different readings, and learning in the process how to use Java vectors. The NetBeans IDE is still working well, with the exception of some of the property editors for Swing components -- the table editor is especially flaky, and best avoided.