Changeset 19760ef for app/src/dgp/tre.rb


Ignore:
Timestamp:
05/15/08 21:55:02 (16 years ago)
Author:
obrebski <obrebski@…>
Branches:
master, help
Children:
b012e2a
Parents:
6ac84d8
git-author:
obrebski <obrebski@…> (05/15/08 21:55:02)
git-committer:
obrebski <obrebski@…> (05/15/08 21:55:02)
Message:

uzupelnione configi
oprawiona obsluga opcji weight w gue
tre znajduje swoja biblioteke (nie znajdywal wczesniej)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/tre.rb

    radb4c8d r19760ef  
    11#!/usr/bin/ruby -I /usr/local/lib/utt -I $HOME/.local/lib/utt 
    22 
     3$: << "#{ENV['HOME']}/.local/lib/utt" 
     4$: << "/usr/local/lib/utt" 
     5 
    36require 'getoptlong' 
     7require 'seg.rb' 
    48 
    59opts = GetoptLong.new( 
     
    6064  end 
    6165end 
    62  
    63 #require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb") 
    64 require 'seg.rb' 
    6566 
    6667$dgpsep=';' 
Note: See TracChangeset for help on using the changeset viewer.