diff --git a/lib/compiled.tgz b/lib/compiled.tgz deleted file mode 100644 index fb3427bf9..000000000 Binary files a/lib/compiled.tgz and /dev/null differ diff --git a/lib/resource-1.0/doc/clt2006.html b/lib/resource-1.0/doc/clt2006.html index b7e180545..85bca136f 100644 --- a/lib/resource-1.0/doc/clt2006.html +++ b/lib/resource-1.0/doc/clt2006.html @@ -7,7 +7,7 @@
@@ -145,6 +145,7 @@ Linguistics
Janna Khegai (Russian modules, forthcoming), Bjorn Bringert (many Swadesh lexica), +Inger Andersson and Therese Söderberg (Spanish morphology), +Ludmilla Bogavac (Russian morphology), Carlos Gonzalia (Spanish cardinals), Partik Jansson (Swedish cardinals), Aarne Ranta. @@ -242,6 +245,10 @@ CLE (Core Language Engine,
+ +
+Tense, mood, and polarity: -present, past, future, conditional ; similtaneous, anterior ; positive, negative +present, past, future, conditional ; simultaneous, anterior ; positive, negative
Questions: @@ -373,10 +380,10 @@ proper names, pronouns, determiners, possessives, cardinals and ordinals 100 structural words
-350 content words in a test lexicon +340 content words in a test lexicon
-Lines of source code (4/3/2006): +35 kLines of source code (4/3/2006):
abstract 1131
@@ -407,20 +414,20 @@ Lines of source code (4/3/2006):
John walks.
- TFullStop : Phr -> Text -> Text
- (PhrUtt : PConj -> Utt -> Voc -> Phr
- NoPConj
- (UttS : S -> Utt
+ TFullStop : Phr -> Text -> Text | TQuestMark, TExclMark
+ (PhrUtt : PConj -> Utt -> Voc -> Phr | PhrYes, PhrNo, ...
+ NoPConj | but_PConj, ...
+ (UttS : S -> Utt | UttQS, UttImp, UttNP, ...
(UseCl : Tense -> Anter -> Pol -> Cl -> S
TPres
ASimul
PPos
- (PredVP : NP -> VP -> Cl
+ (PredVP : NP -> VP -> Cl | ImpersNP, ExistNP, ...
(UsePN : PN -> NP
john_PN)
- (UseV : V -> VP
+ (UseV : V -> VP | ComplV2, UseComp, ...
walk_V))))
- NoVoc)
+ NoVoc) | VocNP, please_Voc, ...
TEmpty
@@ -519,10 +526,6 @@ Goal: eliminate the user's need of worst-case functions.
Language-dependent syntax extensions
-
-
-Special-purpose APIs
-
Syntactic structures that are not shared by all languages.
@@ -539,10 +542,26 @@ Candidates:
-How to use as top-level grammar
+Special-purpose APIs
+
+Mathematical
+
+
+Multimodal
+
+
+Present
+
+
+Minimal
+
+
+Shallow
+
+How to use the resource as top-level grammar
Compiling
It is a good idea to compile the library, so that it can be opened faster
@@ -580,9 +599,6 @@ The MCFG parser works in some languages, after waiting appr. 20 seconds
p -mcfg -lang=LangEng -cat=S "I would see her"
p -mcfg -lang=LangSwe -cat=S "jag skulle se henne"
-
- p -mcfg -lang=LangNor -cat=S "jeg ville se henne"
-
Parsing in present/ versions is quicker.
@@ -727,6 +743,6 @@ We start a demo by