forked from GitHub/gf-core
experimental LargeFin parsing grammar with Kotus lexicon and morphological tags.
This commit is contained in:
22
lib/src/finnish/tagged/LargeFin.gf
Normal file
22
lib/src/finnish/tagged/LargeFin.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:..:../../abstract:../../common:../../api
|
||||
|
||||
--1 LargeFinAbs: large-scale parsing of Finnish with tagged lexicon
|
||||
|
||||
concrete LargeFin of LargeFinAbs =
|
||||
NounFin,
|
||||
VerbFin,
|
||||
AdjectiveFin,
|
||||
AdverbFin,
|
||||
NumeralFin,
|
||||
SentenceFin,
|
||||
QuestionFin,
|
||||
RelativeFin,
|
||||
ConjunctionFin,
|
||||
PhraseFin,
|
||||
StructuralFin,
|
||||
IdiomFin,
|
||||
TenseX,
|
||||
ExtraFin,
|
||||
WordsFin
|
||||
;
|
||||
|
||||
20
lib/src/finnish/tagged/LargeFinAbs.gf
Normal file
20
lib/src/finnish/tagged/LargeFinAbs.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
--1 LargeFinAbs: large-scale parsing of Finnish with tagged lexicon
|
||||
|
||||
abstract LargeFinAbs =
|
||||
Noun,
|
||||
Verb,
|
||||
Adjective,
|
||||
Adverb,
|
||||
Numeral,
|
||||
Sentence,
|
||||
Question,
|
||||
Relative,
|
||||
Conjunction,
|
||||
Phrase,
|
||||
Idiom,
|
||||
Structural,
|
||||
Tense,
|
||||
ExtraFinAbs,
|
||||
WordsFinAbs
|
||||
;
|
||||
|
||||
@@ -73,6 +73,7 @@ oper
|
||||
nounTag = mkTag "N" ;
|
||||
adjectiveTag = mkTag "A" ;
|
||||
verbTag = mkTag "V" ;
|
||||
adverbTag = mkTag "Adv" ;
|
||||
|
||||
activeTag = mkTag "Act" ;
|
||||
passiveTag = mkTag "Pass" ;
|
||||
|
||||
42059
lib/src/finnish/tagged/WordsFin.gf
Normal file
42059
lib/src/finnish/tagged/WordsFin.gf
Normal file
File diff suppressed because it is too large
Load Diff
42048
lib/src/finnish/tagged/WordsFinAbs.gf
Normal file
42048
lib/src/finnish/tagged/WordsFinAbs.gf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user