Skip to content

Commit 85f16b2

Browse files
committed
dokumenterings
1 parent f425306 commit 85f16b2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.org

+16-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010

1111
* Description
1212

13-
This repository contains the library =libdivvun=, and four main
13+
Libdivvun is a library for handling Finite-State Morphology and Constraint
14+
Grammar based NLP tools in GiellaLT. The tools are used for tokenisation,
15+
normalisation, grammar-checking and correction, and other NLP tasks.
16+
17+
* Tools
18+
19+
This repository contains the library =libdivvun=, and following
1420
executables:
1521

1622
=divvun-checker=: This program opens a grammar checker pipeline XML
@@ -40,6 +46,15 @@ include adding error tags that are dependent on spaces before/after,
4046
or tagging the first word after a linebreak or certain formatting.
4147

4248

49+
=divvun-phon=: This program takes FSAs, reads CG input and uses
50+
the FSAs to add phonetic readings to each analysis lines
51+
52+
53+
=divvun-normalise=: This program takes FSAs, reads CG input and uses
54+
the FSAs to normalise the text towards TTS friendlier, read-out forms
55+
56+
57+
4358
There are also some helper programs for validating XML
4459
(=divvun-validate-suggest=, =divvun-validate-pipespec=,
4560
=divvun-gen-xmlschemas=) and for generating shell scripts from

0 commit comments

Comments
 (0)