Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

boats(1) [debian man page]

BOATS(1)						      General Commands Manual							  BOATS(1)

NAME
boats - a race scenario drawing tool SYNOPSIS
boats [-debug n] file ... DESCRIPTION
boats Boat Scenario is a drawing tool. It is your ideal companion for training sessions, rule learning, strategy explanations and more. All files provided in the command line will be opened on different tabs. OPTIONS
-debug Provide debugging output AUTHOR
Thibaut GRIDEL <tgridel at free dot fr> APRIL 2009 BOATS(1)

Check Out this Related Man Page

sylseg-sk-training(1)						   USER COMMANDS					     sylseg-sk-training(1)

NAME
sylseg-sk-training - train the statistic for the syllabic segmentation SYNOPSIS
sylseg-sk-training [--color] [--dl debug level] [--help] [<input file>] DESCRIPTION
The sylabic segmentation is esential for some linguistic or speech recognition applications. Depending on the language either rule based or statistical approach is beying used. For Slovak the statistical approach seems to be more suitable. sylseg-sk-training creates the necessary data for one of the statistical approaches for the syllabic segmentaion. The input data are expected to be word segmented into syllables. The syllabic separator should be "-". If no input file is specified, the standard input is expected. The output is written in to the file. The filename is input filename with the extension ".statistics". If standard input is used, then the output filename is syl_output.statistics. The design of the sylseg-sk-training is language independent. Theoretically it should work for any language. OPTIONS
--color Enable color output. --dl Set the debug level. Control the amount of displayed information The debug level 0 displays nothing. The maximum level 5 displays full debugging report. The default debug level is 1. --help display a short help text EXAMPLES
Use file aaa.txt as training input and set up debug level to 3: sylseg-sk-training --dl 3 aaa.txt EXIT STATUS
sylseg-sk-training returns a zero if the training succeeds AUTHOR
Jozef Ivanecky (dodo (at) kanoistika.sk) SEE ALSO
sylseg-sk(1) version 0.4 September 9, 2006 sylseg-sk-training(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Buiding UNIX box

Come on guy/girls get me through this . . . just a couple questions. 1. Motherboard and processor: any special requirements? 2. I'm buiding a UNIX server box. With all the flavors of UNIX I'm really confused as to which one to buy/download. I'm a newbie but it is quite important that I learn a... (1 Reply)
Discussion started by: makana
1 Replies

2. What is on Your Mind?

Non Technical, really !!

Hmm, Browsing the forums, bumped into this forum. And unfortunately and pitifully, there was just one thread telling what this forum is for and even more bad, there was another thread which was a technical question. So you see, it probably only means guys on this forum just can "get away" (as neo... (13 Replies)
Discussion started by: linuxpenguin
13 Replies

3. What is on Your Mind?

My Work Is Like This Movie!

If you could describe your work environment as a movie, what would it be and why? Please pick the closest selection from the list! Thanks! (9 Replies)
Discussion started by: Neo
9 Replies

4. What is on Your Mind?

Best Website(s) for Discount Hotels in Bangalore?

Hi Everyone, I am considering staying in India for a few months, maybe Bangalore with side trips to Mumbai, Goa and elsewhere. Does anyone know of the best websites to book discount hotels in Bangalore? My experience travelling around the world is that the each city tends to have a local... (8 Replies)
Discussion started by: Neo
8 Replies

5. Solaris

Fresh install of solaris 10 using an ISO

Hi all Im rebuilding an 6800 domain with solaris 10. Server is located in a different town and cant be bothered to drive down and install a dvd into its drive. So, apart from jumpstarting it and using a local DVD, is there a way I can an ISO image to build a new client ?? eg. mount an ISO... (2 Replies)
Discussion started by: sbk1972
2 Replies

6. UNIX for Dummies Questions & Answers

Not able to run man pages on RHEL6

I recently installed RHEL6 and not able to run man. please check results below and advice any solution? # man man bash: man: command not found # rpm -q man package man is not installed # rpm -q man-pages man-pages-3.22-12.el6.noarch # yum install man Loaded plugins: rhnplugin This system... (6 Replies)
Discussion started by: ukki27
6 Replies

7. Shell Programming and Scripting

Creating bash array name from variable

Hi gurus, I need to create arrays from variables, via a loop. The issue I have is with the array name creation. How do I use a variable to define an array? I want to do something like declare -a $H where $H is my loop variable. I then need to add items to each array I've created,... (3 Replies)
Discussion started by: melias
3 Replies

8. War Stories

Confessions of a Mortal Diver - Learning the Hard Way by Richard Pyle

We archive this amazing and true story by Richard Pyle illustrating how not to scuba dive. A portion of this article was published in AquaCorps: BENT 3(2):51, 54 (0 Replies)
Discussion started by: Neo
0 Replies

9. War Stories

The n-queens problem

Our first computer science semester involved programming recursively. The teacher riled against the fact that we were learning our programming skills on an old DEC-VAX machine. He therefore challenged us to bring the system to its knees using a program of our choice, because he argued it would... (4 Replies)
Discussion started by: figaro
4 Replies