1
0
forked from GitHub/gf-core

experimental LargeFin parsing grammar with Kotus lexicon and morphological tags.

This commit is contained in:
aarne
2016-09-21 13:29:35 +00:00
parent f365ddab83
commit a891f9fdc0
5 changed files with 84150 additions and 0 deletions

View 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
;

View 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
;

View File

@@ -73,6 +73,7 @@ oper
nounTag = mkTag "N" ;
adjectiveTag = mkTag "A" ;
verbTag = mkTag "V" ;
adverbTag = mkTag "Adv" ;
activeTag = mkTag "Act" ;
passiveTag = mkTag "Pass" ;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff