-
Notifications
You must be signed in to change notification settings - Fork 12
MCFG chapter #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
MCFG chapter #46
Conversation
| \end{itemize} | ||
|
|
||
| \item Non-combinatorial (некомбинаторность). Аргументы каждого $\psi_i$ должны быть переменными. | ||
| \item Bottom-up nonerasing (восходящая неудаляемость). Все переменные из каждого $\psi_i$ также должны встречаться в $\varphi$. Это означает, что правая часть не может вводить новые переменные --- все переменные должны "приходить" из левой части. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кавычки <<ёлочки>> должны быть.
| \end{align*} | ||
| \end{theorem} | ||
|
|
||
| \begin{theorem}[well-nested MCFG] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А куда делись иерархии и прочее разное?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Остатки попыток потестить CI, сейчас все вернется:)
| \input{GLL-based_CFPQ} | ||
| \input{GLR-based_CFPQ} | ||
| % %\input{CombinatorsForCFPQ} | ||
| \input{Multiple_Context-Free_Languages} % FIXME: Переписать главу |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не, лучше оставить её на пержнем месте. Но раскоментировать, да.
|
|
||
| \textit{Многокомпонентны контекстно-свободные языки} (и соответствующий класс грамматик) --- это строгое расширение контекстно-свободных языков (грамматик), обладающее рядом свойств !!! | ||
| \textit{Многокомпонентные контекстно-свободные грамматики (MCFG)} \sidenote{ | ||
| Мы дадим лишь базовые определения и приведём краткий обзор данного класса. В качестве отправной точки для более детального изучения можно порекомендовать материалы, подготовленные Сильваном Салвати (Sylvain Salvati) \url{https://www.labri.fr/perso/salvati/downloads/cours/esslli/}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ссылку лучше в сноску.
| \\ | ||
| \textbf{Simple LMG} — это подкласс LMG, где каждая клауза (правило) должна удовлетворять трём синтаксическим ограничениям: | ||
| \begin{itemize} | ||
| \item Варианты леммы о накачке |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И про леммы о накачке чот всё исчезло.
| \section{Языки MIX и $O_n$} | ||
|
|
||
| Про MIX и $O_n$ | ||
| $MIX = \{\omega \in \{a,b\}^* \mid |\omega|_a = |\omega|_b \}$ --- контекстно-свободный язык |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
КС -- это mix (маленькими). А MIXкак раз таки нет.
| \label{fig:mcfg_hierarachy_2} | ||
| \end{figure} | ||
|
|
||
| \section{Лемма о накачке для MCFL} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это для произвольных или для well-nested? Была и та, и другая. И даже разницу в них обсуждали.
| \caption{Иерархия по $m$} | ||
| \end{figure} | ||
| \label{fig:mcfg_hierarchy_1} | ||
| \end{figure} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну хотя бы немного связующего текста.
| \end{itemize} | ||
|
|
||
| \item $O_2=\{\omega \in \{a,\overline{a},b,\overline{b}\}^* \mid |\omega|_a=|\omega|_{\overline{a}} \wedge |w|_b=|w|_{\overline{b}}\}$ | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А это что? Чутка пояснений.
| \end{itemize} | ||
| \end{itemize} | ||
|
|
||
| \begin{itemize} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И тут тоже.
#23