Changeset 20b4e44 for app/src/tok
- Timestamp:
- 03/19/08 12:29:21 (17 years ago)
- Branches:
- master, help
- Children:
- 389de9a
- Parents:
- d593c5e
- git-author:
- pawelk <pawelk@…> (03/19/08 12:29:21)
- git-committer:
- pawelk <pawelk@…> (03/19/08 12:29:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/tok/tok
r246900a r20b4e44 1 1 #!/usr/bin/perl 2 2 3 #package: UAM Text Tools 4 #component: tok (tokenizer) 5 #version: 1.0 6 #author: Tomasz Obrebski 7 8 use strict; 3 9 use locale; 4 10 use Getopt::Long; 11 use File::HomeDir; 5 12 6 13 my $interactive=0; … … 8 15 9 16 my $systemconfigfile='/usr/local/etc/utt/tok.conf'; 10 my $userconfigfile="$ENV{'HOME'}/.utt/tok.conf"; 17 #my $userconfigfile="$ENV{'HOME'}/.utt/tok.conf"; 18 my $userconfigfile=home()."/.utt/tok.conf"; 11 19 12 20 #read configuration files###########################
Note: See TracChangeset
for help on using the changeset viewer.