-
Notifications
You must be signed in to change notification settings - Fork 96
/
TODO
executable file
·44 lines (34 loc) · 1.89 KB
/
TODO
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
TO-DO list for FreeLing
* Improve chart_parser API to allow the incremental use of different grammars.
After an analysis, the grammar can be changed and further analysis performed:
either continuing from the status reached by the previous step, or from
a "freezed" image in which a parsing has been selected and fixated.
* Train bioNER and NEC modules for languages missing it
* Develop dependency rules grammars for languages missing them
* Improve capabilities of dependency parsing rule description language
* Create dates_XX classes to recognize date/time expressions for languages
missing that.
Affected files: src/libfreeling/dates/dates_XX.cc
src/libfreeling/dates/dates.cc
src/include/freeling/morfo/dates.h
src/include/freeling/morfo/dates_modules.h
doc/diagrams/dates.dia
* Create accents_ca class, to deal with catalan
accentuation in suffixing. Have a look to
accents_es to understand the idea.
Affected files: src/libfreeling/accents/accents_XX.cc
src/libfreeling/accents/accents.cc
src/include/freeling/morfo/accents_modules.h
* Create quantitites_XX classes, to deal with
ratio expressions in languages missing it.
Affected files: src/libfreeling/quantities/quantities_XX.cc
src/libfreeling/quantities.cc
src/include/freeling/morfo/quantities.h
src/include/freeling/morfo/quantities_modules.h
data/XX/quantities.dat
* Create numbers_XX classes, to deal with numeric expressions
in languages missing it.
Affected files: src/libfreeling/numbers/numbers_XX.cc
src/libfreeling/numbers.cc
src/include/freeling/morfo/numbers.h
src/include/freeling/morfo/numbers_modules.h