Sponsored Content
Full Discussion: Past Time
The Lounge What is on Your Mind? Past Time Post 54210 by SemperFi on Thursday 5th of August 2004 10:21:16 AM
Old 08-05-2004
I am not really into UNIX outside of my job to be honest.

I spend allmost all my free time either up the gym or training, i train in kendo and grappling, and also do some scrapping with a couple of mates.

Basically i am into my martial arts and going to the gym!

Mark
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

help getting past unzip password

Anyone know how to automate the Unzip password prompt? I need to unzip a window's file in Unix without manually typing in the password. (2 Replies)
Discussion started by: Ronny Lam
2 Replies

2. Solaris

Can't backup past /etc/magic

Hi, We've gotta bit of a problem regarding backups. Sometimes when we run a backup from a script : find . -print |grep -v "^\.\/newicc" | grep -v "^\.\/proc" >$LST cat $LST | cpio -oBcav > /dev/rmt/1cb It quite often it seems to hang when it reaches the /etc/magic file. This happens... (2 Replies)
Discussion started by: PaulC
2 Replies

3. Shell Programming and Scripting

Get date and time for past 1 hour from current date

Hi, I need to get the date and time for past 1 hour from the current date. Anyone know how to do so? Thanks (5 Replies)
Discussion started by: spch2o
5 Replies

4. Shell Programming and Scripting

how can i past environment variables?

i am asking to do somethings like: make use of 2 environment variables: ASS1_DATA_DIR specifies the location of the input data files ASS1_OUTPUT_DIR specifies the location of the output data files i have something like that; #set environment variables set VARIABLE1=ASS1_DATA_DIR... (5 Replies)
Discussion started by: mingming88
5 Replies

5. Solaris

NTP force system time in the past

Hello I have a question that may sound stupid after and maybe it is. We are syncing our sytem time via ntp from a reference time server. all works quite well but due to a mall applikation which not accepts timestamps from our servers that in the future, and if it even was 1 ms, we have to... (1 Reply)
Discussion started by: demwz
1 Replies

6. Shell Programming and Scripting

How to get past 30 mins time in Solaris?

Hi guys, could you help to find a way to get the past 30 mins time in solaris. version: bash-3.00# uname -a SunOS solaris 5.10 Generic_142910-17 i86pc i386 i86pc I had tried the following ways, it works fine in GNU Linux, but doesn't work in Solaris. # date Tue Apr 2 01:01:49 CST... (4 Replies)
Discussion started by: ambious
4 Replies

7. UNIX and Linux Applications

From past 10 days my one job is taking lots of time

One of my job is taking long running time. I need to identify from the unix log file can you please help how to troubleshoot. (1 Reply)
Discussion started by: Nsharma3006
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Can't get past google verification

Trying to register the Verification step is blocking me. I've allowed all the intrusive Google trackers and Java. Tried different browsers with no blocking. Nothing is working. Says: "Try again later Your computer maybe ... " What weird is in this forum section I can pass the recaptcha but in... (1 Reply)
Discussion started by: Unregistered
1 Replies
apertium-tagger(1)														apertium-tagger(1)

NAME
apertium-tagger - This application is part of ( apertium ) This tool is part of the apertium open-source machine translation architecture: http://www.apertium.org. SYNOPSIS
apertium-tagger --train|-t {n} DIC CRP TSX PROB [--debug|-d] apertium-tagger --supervised|-s {n} DIC CRP TSX PROB HTAG UNTAG [--debug|-d] apertium-tagger --retrain|-r {n} CRP PROB [--debug|-d] apertium-tagger --tagger|-g [--first|-f] PROB [--debug|-d] [INPUT [OUTPUT]] DESCRIPTION
apertium-tagger is the application responsible for the apertium part-of-speech tagger training or tagging, depending on the calling options. This command only reads from the standard input if the option --tagger or -g is used. OPTIONS
-t {n}, --train {n} Initializes parameters through the Kupiec's method (unsupervised), then performs n iterations of the Baum-Welch training algorithm (unsupervised). -s {n}, --supervised {n} Initializes parameters against a hand-tagged text (supervised) through the maximum likelihood estimate method, then performs n iter- ations of the Baum-Welch training algorithm (unsupervised) -r {n}, --retrain {n} Retrains the model with n additional Baum-Welch iterations (unsupervised). -g, --tagger Tags input text by means of Viterbi algorithm. -p, --show-superficial Prints the superficial form of the word along side the lexical form in the output stream. -f, --first Used if conjuntion with -g (--tagger) makes the tagger to give all lexical forms of each word, being the choosen one in the first place (after the lemma) -d, --debug Print error (if any) or debug messages while operating. -m, --mark Mark disambiguated words. -h, --help Display a help message. FILES
These are the kinds of files used with each option: DIC Full expanded dictionary file CRP Training text corpus file TSX Tagger specification file, in XML format PROB Tagger data file, built in the training and used while tagging HTAG Hand-tagged text corpus UNTAG Untagged text corpus, morphological analysis of HTAG corpus to use both jointly with -s option INPUT Input file, stdin by default OUTPUT Output file, stdout by default SEE ALSO
lt-proc(1), lt-comp(1), lt-expand(1), apertium-translator(1), apertium(1). BUGS
Lots of...lurking in the dark and waiting for you! AUTHOR
Copyright (c) 2005, 2006 Universitat d'Alacant / Universidad de Alicante. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. 2006-08-30 apertium-tagger(1)
All times are GMT -4. The time now is 08:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy