Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mbt(1) [debian man page]

mbt(1)							      General Commands Manual							    mbt(1)

NAME
MBT - Memory Based Tagger SYNOPSYS
mbt [options] DESCRIPTION
mbt is a memory-based tagger that can tag sequences, based on training files generated by mbtg. OPTIONS
-h or --help show help -s settingsfile use a settingsfile as generated by mbtg Or: -l <lexiconfile> -r <ambitagfile> -k <known words case base> -u <unknown words case base> -D <loglevel> Possible options levels are LogNormal , LogDebug , LogHeavy and LogExtreme -e <sentence delimiter> (default '<utt>') -E <enriched tagged testfile> -t <testfile> -T <tagged testfile> (default is untagged stdin) -o <outputfile> (default stdout) -Otimbl options (Note: there is NO SPACE between O and the options) <options> classifier options for both known and unknown words instance bases K: <options> classifier options for known words instance base U: <options> classifier options for unknown words instance base valid timbl options are: a d k m q v w x - -B <beamsize for search> (default = 1) -v di add distance to output -v db add distribution to output -v c add confidence to output -V or --version show version info. -L <file with list of frequent words> BUGS
possibly AUTHORS
Ko van der Sloot Timbl@uvt.nl Antal van den Bosch Timbl@uvt.nl SEE ALSO
timbl(1) mbtg(1) mbtserver(1) 2011 march 21 mbt(1)

Check Out this Related Man Page

timblserver(1)						      General Commands Manual						    timblserver(1)

NAME
timblserver - Tilburg Memory Based Learner Server SYNOPSYS
timblserver [TiMBL options] [Server options] timblserver --config=configfile [--pidfile=pfile] [--logfile=lfile] [--daemonize=val] DESCRIPTION
timblserver extends simbl with a server layer. It provides the possibility to access one timbl instance from multiple sessions. It also allows running and accessing different timbl instances in parallel. OPTIONS
The server options are --config=file read server settings from file --pidfile=file store the pid of the main server process in file --logfile=file log server actions to file --daemonize=[yes|no] run the server as a daemon. Default is yes. -S <port> run the server on 'port' (deprecated) -C <num> set maximum number of parallel connections to 'num' (deprecated) all timbl options are documented in timbl(1) BUGS
possibly AUTHORS
Ko van der Sloot Timbl@uvt.nl Antal van den Bosch Timbl@uvt.nl SEE ALSO
timbl(1) 2011 march 21 timblserver(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

grepping for a sentence

Can you grep for a sentence. I have to search logs everyday at work and I was wondering if I could search for a string of words instead of just one. for example, if I had to find this sentence: "Received HTTP message type" How would I grep it (2 Replies)
Discussion started by: eloquent99
2 Replies

2. UNIX for Dummies Questions & Answers

File Permission Problem

Hi,I am a newbie, in a hp-ux box,i create a file testfile as root, ls -l testfile -rw-r--r-- 1 root sys 1 Jan 11 17:51 testfile then l login the box as user ivan,then I execute rm testfile It prompts me testfile : 644 mode ? (y/n) ,if I enter y,then the testfile is... (11 Replies)
Discussion started by: bluepluto
11 Replies

3. Shell Programming and Scripting

Special characters in a bash variable in sed

Hello, I am trying the following: echo __CHANGEME__ >> testfile VAR1="&&&" sed -i "s|__CHANGEME__|${VAR1}|" testfile cat testfile This results in testfile containing __CHANGEME____CHANGEME____CHANGEME__ Whereas I want it to result in &&& I understand that if VAR1="\&\&\&" then... (3 Replies)
Discussion started by: linuxnewbeee
3 Replies

4. Shell Programming and Scripting

divide a string into variables

i have /tmp/dev/string1/testfile.txt i need only testfile.txt How can get that..can anyone helpme out Thanx (2 Replies)
Discussion started by: KiranKumarKarre
2 Replies

5. Shell Programming and Scripting

separate file by line length

hi all, i'm new in unix.... i have question, sorry if it's missplace or too silly let say i have a file name testfile.log that contains data 000001 000002 000003 aaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbb cccccccccccccc dddddddddddddddddd 000004 i want to make new file... (3 Replies)
Discussion started by: venven
3 Replies

6. UNIX for Dummies Questions & Answers

how can i delete words based on search

hi, I have a doubt. how we can remove few words based on search. here im specifying my requirement with example. ALL the words should delete between two words ... those words will ends ** EX : cat infile.txt "HI",ob1**,ob2,ob3,ob4**,ob5,ob6 OUTPUT... (2 Replies)
Discussion started by: spc432
2 Replies

7. Shell Programming and Scripting

List the files

Hi, How do we list the files without .org files. For an example under test folder we have 100000 files out which we need to list the files like testfile.001,testfile.002,testfile.003 (i.e excluding org files) testfile.001 testfile.001.org testfile.002 testfile.002.org .... (6 Replies)
Discussion started by: zooby
6 Replies

8. Shell Programming and Scripting

cut filename extension

I need a small script (sh) to remove in a variable the filename extension. Example: f = "testfile.txt" and I need a $a with "testfile". Some one a idea? (4 Replies)
Discussion started by: Essbaumer
4 Replies

9. UNIX for Dummies Questions & Answers

Which command can help me output lines with duplicate numbers?

i have a file, let's call it file. march 2008 january 2008 march 1920 march 2002 i want to output the first line, not the second as you can see the second line has different numbers. (8 Replies)
Discussion started by: hobiwhenuknowme
8 Replies

10. UNIX for Dummies Questions & Answers

script to search patterns inside list of files

>testfile while read x do if then echo $x >> testfile else fi if then echo $x >> testfile else fi done < list_of_files is there any efficient way to search abc.dml and xyz.dml ? (2 Replies)
Discussion started by: dr46014
2 Replies

11. UNIX for Dummies Questions & Answers

Blank out words

Hi there, folks! back again for a little help from my friends... My job right now is to get all the words between , in a sentence, deleted and written to a new file, and the code I use is this: awk -F"" '{print $2 > "words"}{$2=""}1' inputfile > outputfile But now I find that is does... (4 Replies)
Discussion started by: eldeingles
4 Replies

12. Shell Programming and Scripting

Script to performs checks

Hi , I need a script which performs below activity I have one file named "testfile" in 9 different directories with same name. I want to perform below action with each testfile of each directory. if ; then mv listfiles listfiles_`date +%b%y` else echo No Such files fi ... (4 Replies)
Discussion started by: sv0081493
4 Replies

13. UNIX for Dummies Questions & Answers

Words

I have a file with words, some of them repeats. I need to write one liner that shows me the first 5 words with the biggest number of aparition, and will show me like this: number of aparitions space word. Any ideea? (6 Replies)
Discussion started by: kindly
6 Replies

14. Shell Programming and Scripting

Contextual search and replace in a tagged file

Dear all, I have a large tagged training file in Hindi for Parts of Speech. When I tagged the file, I inadvertently classified Pronouns and Adjectives as one single category. This has resulted in ambiguity. An example from English will make this clear. This is his. This is his book. The... (2 Replies)
Discussion started by: gimley
2 Replies

15. Shell Programming and Scripting

Replace particular words in file based on if finds another words in that line

Hi All, I need one help to replace particular words in file based on if finds another words in that file . i.e. my self is peter@king. i am staying at north sydney. we all are peter@king. How to replace peter to sham if it finds @king in any line of that file. Please help me... (8 Replies)
Discussion started by: Rajib Podder
8 Replies