Changeset 20b4e44 for app/src/tok


Ignore:
Timestamp:
03/19/08 12:29:21 (16 years ago)
Author:
pawelk <pawelk@…>
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)
Message:

Wersja niestabilna, zawiera wstepne poprawki.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@13 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/tok/tok

    r246900a r20b4e44  
    11#!/usr/bin/perl 
    22 
     3#package:       UAM Text Tools 
     4#component:     tok (tokenizer) 
     5#version:       1.0 
     6#author:        Tomasz Obrebski 
     7 
     8use strict; 
    39use locale; 
    410use Getopt::Long; 
     11use File::HomeDir; 
    512 
    613my $interactive=0; 
     
    815 
    916my $systemconfigfile='/usr/local/etc/utt/tok.conf'; 
    10 my $userconfigfile="$ENV{'HOME'}/.utt/tok.conf"; 
     17#my $userconfigfile="$ENV{'HOME'}/.utt/tok.conf"; 
     18my $userconfigfile=home()."/.utt/tok.conf"; 
    1119 
    1220#read configuration files########################### 
Note: See TracChangeset for help on using the changeset viewer.