-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgrounding.tex
37 lines (37 loc) · 1.46 KB
/
grounding.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% ----------------------------------------------------------------------
\lecture{Grounding}{grounding}
% ----------------------------------------------------------------------
\part{Grounding}
% ----------------------------------------------------------------------
\input{grounding/macro}
\input{grounding/workflow-grounder-disclaimer}
% ----------------------------------------------------------------------
\section{Naive grounding}
% ------------------------------
\input{grounding/basics}
% ----------------------------------------------------------------------
\section{Bottom-up grounding}
% ------------------------------
\input{grounding/bottom-up-evaluation}
% ----------------------------------------------------------------------
\section{Semi-naive grounding}
% ------------------------------
\input{grounding/semi-naive-evaluation}
% ----------------------------------------------------------------------
\section{On-the-fly simplifications}
% ------------------------------
\input{grounding/simplifications}
% ----------------------------------------------------------------------
\section{Rule instantiation}
% ------------------------------
\input{grounding/rule-instantiation}
% ----------------------------------------------------------------------
\section{Summary}
% ------------------------------
\input{grounding/summary}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End: