- Timestamp:
- 05/07/08 20:30:20 (17 years ago)
- Branches:
- master, help
- Children:
- 10c74af
- Parents:
- a7b254c
- git-author:
- pawelk <pawelk@…> (05/07/08 20:30:20)
- git-committer:
- pawelk <pawelk@…> (05/07/08 20:30:20)
- Location:
- app/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/canonize
r0214596 r6b3be72 6 6 #author: Tomasz Obrebski 7 7 8 use lib "/usr/local/lib/utt"; 9 use lib "ENV{HOME}/.local/lib/utt"; 10 8 11 use strict; 9 12 use Getopt::Long; 10 13 use attr; 11 #use File::HomeDir; 12 #use lib "$ENV{HOME}/.utt/lib/perl"; 14 13 15 14 16 my $help; -
app/src/dgp/dgc
r12d8443 r6b3be72 7 7 8 8 # wymaga niejawnie programu canonize!!!! 9 #use lib "ENV{HOME}/.utt/lib/perl"; 9 use lib "/usr/local/lib/utt"; 10 use lib "ENV{HOME}/.local/lib/utt"; 10 11 11 12 use strict; 12 13 use Getopt::Long; 13 14 use Data::Dumper; 14 15 15 use attr; 16 16 use File::HomeDir; -
app/src/dgp/tre.rb
rcfed5c1 r6b3be72 1 #!/usr/bin/ruby 1 #!/usr/bin/ruby -I /usr/local/lib/utt -I ~/.local/lib/utt 2 2 3 3 require 'getoptlong' … … 61 61 end 62 62 63 load 'seg.rb' 63 require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb") 64 #require 'seg.rb' 64 65 65 66 $dgpsep=';' -
app/src/grp/grp
rf5d3b20 r6b3be72 14 14 15 15 my $systemconfigfile="/usr/local/etc/utt/grp.conf"; 16 #my $userconfigfile="$ENV{'HOME'}/.utt/grp.conf";17 16 my $userconfigfile=home()."/.utt/grp.conf"; 18 17 -
app/src/mar/mar
r7562131 r6b3be72 6 6 #author: Marcin Walas 7 7 8 #this program tags the tokenized file with given tags 8 #this program tags the tokenized file with given tags 9 9 #tags can be given in any order and configuration through the expression 10 10 #which is one of the parametres of the script 11 11 #contact: d287572@atos.wmid.amu.edu.pl, walasiek@gmail.com 12 13 use lib "/usr/local/lib/utt"; 14 use lib "ENV{HOME}/.local/lib/utt"; 12 15 13 16 use strict; -
app/src/ser/ser
rf5d3b20 r6b3be72 13 13 my $LIB_DIR="/usr/local/lib/utt"; 14 14 my $systemconfigfile='/usr/local/etc/utt/ser.conf'; 15 #my $userconfigfile="$ENV{'HOME'}/.utt/ser.conf";16 15 my $userconfigfile=home()."/.utt/ser.conf"; 17 16
Note: See TracChangeset
for help on using the changeset viewer.