Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fst-train(1) [debian man page]

fst-train(1)							     fst-train							      fst-train(1)

NAME
fst-train - learning transducer weights SYNOPSIS
fst-train [ options ] file [ input-file ] OPTIONS
-t file use multiple transducers in the same way as fst-infl2. -b This option is used for supervised training with disambiguated data. -d Disambiguate the analyses symbolically as described in the man pages of fst-infl2. -q quiet mode DESCRIPTION
fst-train is used to learn statistical weights for the transducers transitions based on training data. Training is either unsupervised (default) or supervised (option -b). In supervised mode, the input contains fully disambiguated data with the surface and the analysis form. The format restrictions are identi- cal to those applying for lexicon entries, i.e. all operators other than the colon operator (:) are interpreted literally. In unsupervised mode, the input data consists of surface strings. The format is identical to the input format of fst-infl and fst-infl2. The transducer weights are stored in files whose names are obtained by appending .prob to the names of the transducer files. BUGS
No bugs are known so far. SEE ALSO
fst-infl2, fst-compiler AUTHOR
Helmut Schmid, Institute for Computational Linguistics, University of Stuttgart, Email: schmid@ims.uni-stuttgart.de, This software is available under the GNU Public License. October 2005 fst-train(1)

Check Out this Related Man Page

fst-mor(1)							      fst-mor								fst-mor(1)

NAME
fst-mor - Interactive morphological analyser and generator SYNOPSIS
fst-mor [options] file OPTIONS
-n Print multi-character symbols without the enclosing angle brackets. -h Print usage information. DESCRIPTION
fst-mor is an interactive morphological analyser and generator. The argument is the name of a file which was generated by fst-compiler (without using option -c). fst-mor reads the transducer which is stored in the argument file and prompts the user for input. Each input line is processed until the user enters "q" which ends the program. fst-mor has two modes, an analysis mode (default) and a generation mode. Entering an empty input line switches between the two modes. In order to explain what the program does in generation and analysis, consider the following transducer: a b:x c:<> d In generation mode, the program will print "axd" if the user enters "abcd" and "no result" otherwise. In other words, the program maps the left symbols to the right symbols of the transducer. In analysis mode, the program will print "abcd" if the user enters "axd" and "no result" otherwise. BUGS
No bugs are known so far. SEE ALSO
fst-compiler AUTHOR
Helmut Schmid, Institute for Computational Linguistics, University of Stuttgart, Email: schmid@ims.uni-stuttgart.de, This software is available under the GNU Public License. February 2002 fst-mor(1)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

HP UX Training

I am considering getting some fundemental training in HP UX. I have been in the IT field for about 5 years and am looking for a way to make myself more marketable and learn more at the same time. I have very little knowledge of UNIX but would love to know more. Is this a smart plan or should I... (4 Replies)
Discussion started by: kstall
4 Replies

2. UNIX for Dummies Questions & Answers

Porgramming & Scripting for n00bs?

Hiya, I have literally no programming or scripting experience. The best I've done is basic batch files in DOS. However I would like to learn in order to help me with unix. I was thinking of learning shell scripting and pearl. Would this be the right way to go? I see that C seems to be... (3 Replies)
Discussion started by: dakka
3 Replies

3. AIX

AIX Training

Hi. Thanks for the help. I would now like to know how I do go about learning IBM AIX Ver 5.2 and also how much does the training come to in $ (US) please. (1 Reply)
Discussion started by: rtanuja
1 Replies

4. AIX

Training

I work for a company based in Alabama and am trying to learn AIX. I need some help learning as I do not even consider myself a begginer yet. We are running version 5.2 and I was wondering if anyone new how or where I could get some training?!? :confused: Thanks for your time, Justin (1 Reply)
Discussion started by: justinm
1 Replies

5. HP-UX

Computer Based Training

All, Any one knows where I can buy computer based training in unix like in AIX or HP-UX. some what like System Administration 1 and 2 Appreciate your help. :) (2 Replies)
Discussion started by: eykyn17
2 Replies

6. UNIX for Dummies Questions & Answers

Hp-ux

HI there I have to learn how to instal and configure th HP-UX OS. Is there any chance to get an instalation resources for HP-UX for training purposes ? Something like evaluaton version. Is there any chance to install HP-UX on my PC ? Cheers (1 Reply)
Discussion started by: nagileon
1 Replies

7. UNIX for Dummies Questions & Answers

UNIX Training?

At work I have to restart applications and install upgrades to applications running on Solaris 10. Its pretty basic stuff but I have little experience of Unix so it can be a bit hairy at times. Work have offered to send me on some training but I have to select the course/training. I'm not... (2 Replies)
Discussion started by: Sepia
2 Replies

8. Shell Programming and Scripting

Regular Expression to match repeated characters

Hello All I have file which contain sample data like below - test.txt ---------------------------------------------- jambesh aaa india trxxx sdasd mentor asss light train bbblah --------------------------------------------- I want to write a regX which would print only those... (4 Replies)
Discussion started by: jambesh
4 Replies

9. UNIX for Dummies Questions & Answers

Linux Dummie Here!

I know absolutely NOTHING about Unix but want to learn. How should I go about learning it? (1 Reply)
Discussion started by: Gosade
1 Replies

10. Shell Programming and Scripting

Command to remove numbers from beginning of txt file

Hello. I have the following issue: my txt file has the following format: train/dr4/fklc0/sx175.txt 0 80282 Severe myopia contributed to Ron's inferiority complex. train/dr4/fklc0/sx355.txt 0 42906 Dolphins are intelligent marine mammals. train/dr4/fklc0/sa2.txt With the... (1 Reply)
Discussion started by: li_bi
1 Replies

11. UNIX for Dummies Questions & Answers

Copying files... I'm confused...

Hi, I'm new to linux and unix and I'm learning. I have no problem with copying files with "cp" command. I'm following unixacademy dvd training and for some reason there's recommendation to learn copying files with "cpio" command. As to me, this "cpio" method is much more complex, hard to remember... (3 Replies)
Discussion started by: newlinuxuser1
3 Replies

12. UNIX for Dummies Questions & Answers

Basic UNIX Training

I'm wondering where a good place to start is for basic UNIX training. Due to a shift of responsibilities at work, I am now the admin for a product called AutoSys. I have close to zero knowledge in the subject area. :wall: (3 Replies)
Discussion started by: Cjw_55106
3 Replies

13. UNIX for Beginners Questions & Answers

Bad substitution issues.. but why?

i am trying to prepare a train and test dataset, for which i need to randomly split the data into corresponding folders (train,test).. I began on a simple script, but seem to get som weird error messages, that i cannot make sense of?.. what am I doing wrong? #!/bin/bash RED='\033] then... (13 Replies)
Discussion started by: kidi
13 Replies