[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
user:zeman:interset:how-to-use [2008/03/10 13:14]
zeman New location of driver-test.pl.
user:zeman:interset:how-to-use [2008/03/10 14:23]
zeman Cesta k nástrojům.
Line 32: Line 32:
  
 There is also the driver testing script, ''bin/driver-test.pl''. The distribution may contain some sample conversion scripts as well; however, these depend much more on the file format than on the tagset drivers, and thus you'll probably need to write your own anyway. There is also the driver testing script, ''bin/driver-test.pl''. The distribution may contain some sample conversion scripts as well; however, these depend much more on the file format than on the tagset drivers, and thus you'll probably need to write your own anyway.
 +
  
  
Line 38: Line 39:
 You can write your own tag conversion Perl script, and use the Interset driver library. You have to tell Perl where to find the drivers: You can write your own tag conversion Perl script, and use the Interset driver library. You have to tell Perl where to find the drivers:
  
-<code>setenv PERLLIB /home/zeman/projekty/interset/lib:$PERLLIB</code>+<code>setenv PERLLIB /home/zeman/projekty/interset/lib:$PERLLIB 
 +setenv PATH /home/zeman/projekty/interset/bin:$PATH</code>
  
 Once the variable is set, writing a conversion script is very easy. For instance, my ''csts-cs-pdt-en-penn.pl'' script (meaning "read and write [[:Formát CSTS|CSTS format]], read Czech PDT tags, write English Penn tags) essentially looks like this: Once the variable is set, writing a conversion script is very easy. For instance, my ''csts-cs-pdt-en-penn.pl'' script (meaning "read and write [[:Formát CSTS|CSTS format]], read Czech PDT tags, write English Penn tags) essentially looks like this:

[ Back to the navigation ] [ Back to the content ]