Skip to content

Commit 916b5f6

Browse files
committed
Черновик раздела про MCFG. Включено в основную сборку. Не закончено.
1 parent 9f79831 commit 916b5f6

3 files changed

Lines changed: 321 additions & 192 deletions

tex/FormalLanguageConstrainedReachabilityLectureNotes.bib

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,3 +2144,44 @@ @book{кормен2009алгоритмы
21442144
year = {2009},
21452145
publisher = {Вильямс}
21462146
}
2147+
2148+
@article{rambow1999independent,
2149+
title = {Independent parallelism in finite copying parallel rewriting systems},
2150+
author = {Rambow, Owen and Satta, Giorgio},
2151+
journal = {Theoretical Computer Science},
2152+
volume = {223},
2153+
number = {1--2},
2154+
pages = {87--120},
2155+
year = {1999},
2156+
publisher = {Elsevier}
2157+
}
2158+
2159+
@inproceedings{kanazawa2009pumping,
2160+
author = {Makoto Kanazawa},
2161+
title = {The Pumping Lemma for Well-Nested Multiple Context-Free Languages},
2162+
booktitle = {Proceedings of the 13th International Conference on Developments in Language Theory ({DLT} 2009)},
2163+
series = {Lecture Notes in Computer Science},
2164+
volume = {5583},
2165+
pages = {312--325},
2166+
publisher = {Springer},
2167+
year = {2009},
2168+
doi = {10.1007/978-3-642-02737-6_25}
2169+
}
2170+
2171+
@phdthesis{pollard1984generalized,
2172+
author = {Carl Pollard},
2173+
title = {Generalized Context-Free Grammars, Head Grammars, and Natural Language},
2174+
school = {Stanford University},
2175+
year = {1984}
2176+
}
2177+
2178+
@article{kanazawa2014failure,
2179+
author = {Makoto Kanazawa and Gregory M. Kobele and Jens Michaelis and Sylvain Salvati and Ryo Yoshinaka},
2180+
title = {The Failure of the Strong Pumping Lemma for Multiple Context-Free Languages},
2181+
journal = {Theory of Computing Systems},
2182+
volume = {55},
2183+
number = {1},
2184+
pages = {250--278},
2185+
year = {2014},
2186+
doi = {10.1007/s00224-014-9534-z}
2187+
}

tex/FormalLanguageConstrainedReachabilityLectureNotes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
\input{FormalLanguageTheoryIntro}
6363
\input{RegularLanguages}
6464
\input{Context-Free_Languages}
65-
% \input{Multiple_Context-Free_Languages} % FIXME: Переписать главу
65+
\input{Multiple_Context-Free_Languages} % FIXME: Исправить главу
6666
% %\input{ConjunctiveAndBooleanLanguages}
6767
\input{FLPQ}
6868
\input{RPQ}

0 commit comments

Comments
 (0)