File: README

package info (click to toggle)
g2p-sk 0.4.2-4.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 1,090; makefile: 3
file content (45 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
G2P-SK 0.4.2
=============


ABOUT G2P-SK
---------------

The phonetic transcription is essential for some linguistic or speech
recognition applications. Depending on the language either rule based
or statistical approach is being used. g2p-sk implements the rule 
based approach but in the future it may be replaced by statistical one.

Each input word consisting of the sequence of graphemes is transcribed
in to the sequence of phones in the SAMPA coding. If no input file is 
specified, the standard input is expected. 

The first version was written in 2003 and for syllabic segmentation
uses the statistical syllabic segmentation included in the sylseg-sk
package. For the morphematic segmentation the simple morphematic
dictionary is being used.

Please see the man page, `g2p-sk.1', for information on how to 
use it.


G2P-SK HOME PAGE
-------------------
For latest distributions, bug reports, and other stuff, see the
g2p-sk home page at

	http://www.ivanecky.sk/projects/g2p/

BUGS, SUGGESTIONS, ETC.
-----------------------
Please write me if you have trouble using or running g2p-sk, or if
you have suggestions or (preferably) patches.

	Ďoďo Ivanecký
	dodo.sk@gmail.com
	http://www.ivanecky.sk

AUTHORS
-------
	Ďoďo Ivanecký