File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
* Description
12
12
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
14
20
executables:
15
21
16
22
=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,
40
46
or tagging the first word after a linebreak or certain formatting.
41
47
42
48
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
+
43
58
There are also some helper programs for validating XML
44
59
(=divvun-validate-suggest=, =divvun-validate-pipespec=,
45
60
=divvun-gen-xmlschemas=) and for generating shell scripts from
You can’t perform that action at this time.
0 commit comments