<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.aclweb.org/aclwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roxanne</id>
	<title>ACL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.aclweb.org/aclwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roxanne"/>
	<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/Special:Contributions/Roxanne"/>
	<updated>2026-04-19T19:24:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9833</id>
		<title>Augmented Syntax Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9833"/>
		<updated>2012-12-05T18:37:02Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Augmented Syntax Diagrams&#039;&#039;&#039; (abbreviated ASD) are a cross between [http://en.wikipedia.org/wiki/Augmented_transition_network Augmented Transition Networks] (ATNs) (Woods, 1970; Bates, 1978) and [http://en.wikipedia.org/wiki/Syntax_diagram Syntax Diagrams] (Goldberg &amp;amp; Robson, 1983; Jensen &amp;amp; Wirth, 1975).  While ASD grammars are equally as powerful as ATNs, they are conceptually simpler.  They involve fewer primitives, and they permit a grammar to be combined with the lexicon of a language, rather than being represented as a structure separate from the lexicon.  They can represent any context-free grammar, and in addition they can be augmented like ATNs with arbitrary computational tests and actions which are to be performed as utterances are parsed.&lt;br /&gt;
&lt;br /&gt;
The following are the main differences between ASD grammars and ATN grammars:&lt;br /&gt;
&lt;br /&gt;
* ASD networks have node labels but no edge labels.  In contrast, ATN networks require both node (state) labels and edge (arc) labels. The node labels of an ASD grammar correspond to the edge labels of an ATN. &lt;br /&gt;
&lt;br /&gt;
* ASD networks are designed for bottom-up parsing; ATN networks are more suitable for top-down parsing.&lt;br /&gt;
&lt;br /&gt;
* ASD networks have null or &#039;&#039;dummy&#039;&#039; nodes as the counterpart to JUMP arcs in ATN grammars. Both match empty strings in the utterance being parsed.&lt;br /&gt;
&lt;br /&gt;
* ASD networks require only three kinds of node labels: (1) terminal vocabulary elements, (2) non-terminal vocabulary elements which represent phrase types, and (3) a special symbol, $$, to represent dummy nodes.  Instance numbers in node labels distinguish between different nodes that are labeled with the same vocabulary element. In contrast, ATN networks require five kinds of arc labels: (1) PUSH arcs, (2) CAT arcs, (3) WORD arcs, (4) JUMP arcs, and (5) POP arcs, in addition to node labels. &lt;br /&gt;
&lt;br /&gt;
* ASD networks can be represented in non-graphical form by a single lexicon containing both terminal and non-terminal vocabulary elements. In contrast, ATN networks require a representation for the grammar that is separate from the lexicon.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Parsing]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.yorku.ca/jmason/asdindex.htm Augmented Syntax Diagram home page]&lt;br /&gt;
* [http://www.asdnetworks.com/ ASD demo site]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Bates, M., The theory and practice of augmented transition network grammars. In Natural Language Communication with Computers, L. Bolc, Ed., Springer-Verlag, 1978, pp. 191-259.&lt;br /&gt;
* Goldberg, A. and Robson, D., Smalltalk-80: The Language and its Implementation, Addison-Wesley, 1983.&lt;br /&gt;
* Jensen, K. and Wirth, N., Pascal User Manual and Report (2nd Edition), Springer-Verlag, 1975.&lt;br /&gt;
* Wikipedia, Syntax Diagram, http://en.wikipedia.org/wiki/Syntax_diagram .&lt;br /&gt;
* Woods, W.A., Transition network grammars for natural language analysis, Communications of the ACM 13:10 (Oct. 1970), pp. 591-606.&lt;br /&gt;
&lt;br /&gt;
[[Category:Parsing]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Dialogue_Systems&amp;diff=9749</id>
		<title>Dialogue Systems</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Dialogue_Systems&amp;diff=9749"/>
		<updated>2012-09-22T20:58:32Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dialogue Systems&#039;&#039;&#039; are human-computer interfaces where interaction is  modeled on natural language conversations between humans. Dialogue systems can be speech-based, text-based, or multimodal (e.g. speech plus graphics), and are used  in simple applications (such as booking cinema tickets) as well as  much more  complex research systems (e.g. collaboration with robots, tutorial dialogue systems). &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
There is a wikipedia article on [http://en.wikipedia.org/wiki/Dialogue_systems Dialogue Systems].&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CardWorld1&#039;&#039;&#039;: A small example of dialog involving playing cards that uses direct manipulation as well as English is [http://www.yorku.ca/jmason/CardWorld1.html CardWorld1].  It involves &#039;&#039;deictic&#039;&#039; and &#039;&#039;anaphoric&#039;&#039; reference as well as direct reference to a changeable configuration of piles of cards on a virtual table top. The model can be extended in many directions, as suggested in the [http://www.yorku.ca/jmason/UnderstandingEnglishInLimitedPragmaticDomains.html documentation]. The implementation is in Java, and source code as well as executable code is open source.  It can also be [http://www.asdnetworks.com/demos/cardworld2/ run directly] from a Java enabled web browser.  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;TALK Project&#039;&#039;&#039;: A recent EC project on dialogue systems is the [http://www.talk-project.org TALK project].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9581</id>
		<title>Augmented Syntax Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9581"/>
		<updated>2012-07-18T16:12:35Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Augmented Syntax Diagrams&#039;&#039;&#039; (abbreviated ASD) are a cross between [http://en.wikipedia.org/wiki/Augmented_transition_network Augmented Transition Networks] (ATNs) (Woods, 1970; Bates, 1978) and [http://en.wikipedia.org/wiki/Syntax_diagram Syntax Diagrams] (Goldberg &amp;amp; Robson, 1983; Jensen &amp;amp; Wirth, 1975).  While ASD grammars are equally as powerful as ATNs, they are conceptually simpler.  They involve fewer primitives, and they permit a grammar to be combined with the lexicon of a language, rather than being represented as a structure separate from the lexicon.  They can represent any context-free grammar, and in addition they can be augmented like ATNs with arbitrary computational tests and actions which are to be performed as utterances are parsed.&lt;br /&gt;
&lt;br /&gt;
The following are the main differences between ASD grammars and ATN grammars:&lt;br /&gt;
&lt;br /&gt;
* ASD networks have node labels but no edge labels.  In contrast, ATN networks require both node (state) labels and edge (arc) labels. The node labels of an ASD grammar correspond to the edge labels of an ATN. &lt;br /&gt;
&lt;br /&gt;
* ASD networks are designed for bottom-up parsing; ATN networks are more suitable for top-down parsing.&lt;br /&gt;
&lt;br /&gt;
* ASD networks have null or &#039;&#039;dummy&#039;&#039; nodes as the counterpart to JUMP arcs in ATN grammars. Both match empty strings in the utterance being parsed.&lt;br /&gt;
&lt;br /&gt;
* ASD networks require only three kinds of node labels: (1) terminal vocabulary elements, (2) non-terminal vocabulary elements which represent phrase types, and (3) a special symbol, $$, to represent dummy nodes.  Instance numbers in node labels distinguish between different nodes that are labeled with the same vocabulary element. In contrast, ATN networks require five kinds of arc labels: (1) PUSH arcs, (2) CAT arcs, (3) WORD arcs, (4) JUMP arcs, and (5) POP arcs, in addition to node labels. &lt;br /&gt;
&lt;br /&gt;
* ASD networks can be represented in non-graphical form by a single lexicon containing both terminal and non-terminal vocabulary elements. In contrast, ATN networks require a representation for the grammar that is separate from the lexicon.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Parsing]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.yorku.ca/jmason/asdindex.htm Augmented Syntax Diagram home page]&lt;br /&gt;
* [http://www.asdcardworld.com/ ASD demo site]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Bates, M., The theory and practice of augmented transition network grammars. In Natural Language Communication with Computers, L. Bolc, Ed., Springer-Verlag, 1978, pp. 191-259.&lt;br /&gt;
* Goldberg, A. and Robson, D., Smalltalk-80: The Language and its Implementation, Addison-Wesley, 1983.&lt;br /&gt;
* Jensen, K. and Wirth, N., Pascal User Manual and Report (2nd Edition), Springer-Verlag, 1975.&lt;br /&gt;
* Wikipedia, Syntax Diagram, http://en.wikipedia.org/wiki/Syntax_diagram .&lt;br /&gt;
* Woods, W.A., Transition network grammars for natural language analysis, Communications of the ACM 13:10 (Oct. 1970), pp. 591-606.&lt;br /&gt;
&lt;br /&gt;
[[Category:Parsing]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9145</id>
		<title>Augmented Syntax Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9145"/>
		<updated>2012-01-14T19:23:55Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Augmented Syntax Diagrams&#039;&#039;&#039; (abbreviated ASD) are a cross between [http://en.wikipedia.org/wiki/Augmented_transition_network Augmented Transition Networks] (ATNs) (Woods, 1970; Bates, 1978) and [http://en.wikipedia.org/wiki/Syntax_diagram Syntax Diagrams] (Goldberg &amp;amp; Robson, 1983; Jensen &amp;amp; Wirth, 1975).  While ASD grammars are equally as powerful as ATNs, they are conceptually simpler.  They involve fewer primitives, and they permit a grammar to be combined with the lexicon of a language, rather than being represented as a structure separate from the lexicon.  They can represent any context-free grammar, and in addition they can be augmented like ATNs with arbitrary computational tests and actions which are to be performed as utterances are parsed.&lt;br /&gt;
&lt;br /&gt;
The following are the main differences between ASD grammars and ATN grammars:&lt;br /&gt;
&lt;br /&gt;
* ASD networks have node labels but no edge labels.  In contrast, ATN networks require both node (state) labels and edge (arc) labels. The node labels of an ASD grammar correspond to the edge labels of an ATN. &lt;br /&gt;
&lt;br /&gt;
* ASD networks are designed for bottom-up parsing; ATN networks are more suitable for top-down parsing.&lt;br /&gt;
&lt;br /&gt;
* ASD networks have null or &#039;&#039;dummy&#039;&#039; nodes as the counterpart to JUMP arcs in ATN grammars. Both match empty strings in the utterance being parsed.&lt;br /&gt;
&lt;br /&gt;
* ASD networks require only three kinds of node labels: (1) terminal vocabulary elements, (2) non-terminal vocabulary elements which represent phrase types, and (3) a special symbol, $$, to represent dummy nodes.  Instance numbers in node labels distinguish between different nodes that are labeled with the same vocabulary element. In contrast, ATN networks require five kinds of arc labels: (1) PUSH arcs, (2) CAT arcs, (3) WORD arcs, (4) JUMP arcs, and (5) POP arcs, in addition to node labels. &lt;br /&gt;
&lt;br /&gt;
* ASD networks can be represented in non-graphical form by a single lexicon containing both terminal and non-terminal vocabulary elements. In contrast, ATN networks require a representation for the grammar that is separate from the lexicon.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Parsing]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.yorku.ca/jmason/asdindex.htm Augmented Syntax Diagram home page]&lt;br /&gt;
* [http://www.asdgrammars.com/ ASD demo site]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Bates, M., The theory and practice of augmented transition network grammars. In Natural Language Communication with Computers, L. Bolc, Ed., Springer-Verlag, 1978, pp. 191-259.&lt;br /&gt;
* Goldberg, A. and Robson, D., Smalltalk-80: The Language and its Implementation, Addison-Wesley, 1983.&lt;br /&gt;
* Jensen, K. and Wirth, N., Pascal User Manual and Report (2nd Edition), Springer-Verlag, 1975.&lt;br /&gt;
* Wikipedia, Syntax Diagram, http://en.wikipedia.org/wiki/Syntax_diagram .&lt;br /&gt;
* Woods, W.A., Transition network grammars for natural language analysis, Communications of the ACM 13:10 (Oct. 1970), pp. 591-606.&lt;br /&gt;
&lt;br /&gt;
[[Category:Parsing]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9144</id>
		<title>Augmented Syntax Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Augmented_Syntax_Diagram&amp;diff=9144"/>
		<updated>2012-01-14T19:23:03Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Augmented Syntax Diagrams&#039;&#039;&#039; (abbreviated ASD) are a cross between [http://en.wikipedia.org/wiki/Augmented_transition_network Augmented Transition Networks] (ATNs) (Woods, 1970; Bates, 1978) and [http://en.wikipedia.org/wiki/Syntax_diagram Syntax Diagrams] (Goldberg &amp;amp; Robson, 1983; Jensen &amp;amp; Wirth, 1975).  While ASD grammars are equally as powerful as ATNs, they are conceptually simpler.  They involve fewer primitives, and they permit a grammar to be combined with the lexicon of a language, rather than being represented as a structure separate from the lexicon.  They can represent any context-free grammar, and in addition they can be augmented like ATNs with arbitrary computational tests and actions which are to be performed as utterances are parsed.&lt;br /&gt;
&lt;br /&gt;
The following are the main differences between ASD grammars and ATN grammars:&lt;br /&gt;
&lt;br /&gt;
* ASD networks have node labels but no edge labels.  In contrast, ATN networks require both node (state) labels and edge (arc) labels. The node labels of an ASD grammar correspond to the edge labels of an ATN. &lt;br /&gt;
&lt;br /&gt;
* ASD networks are designed for bottom-up parsing; ATN networks are more suitable for top-down parsing.&lt;br /&gt;
&lt;br /&gt;
* ASD networks have null or &#039;&#039;dummy&#039;&#039; nodes as the counterpart to JUMP arcs in ATN grammars. Both match empty strings in the utterance being parsed.&lt;br /&gt;
&lt;br /&gt;
* ASD networks require only three kinds of node labels: (1) terminal vocabulary elements, (2) non-terminal vocabulary elements which represent phrase types, and (3) a special symbol, $$, to represent dummy nodes.  Instance numbers in node labels distinguish between different nodes that are labeled with the same vocabulary element. In contrast, ATN networks require five kinds of arc labels: (1) PUSH arcs, (2) CAT arcs, (3) WORD arcs, (4) JUMP arcs, and (5) POP arcs, in addition to node labels. &lt;br /&gt;
&lt;br /&gt;
* ASD networks can be represented in non-graphical form by a single lexicon containing both terminal and non-terminal vocabulary elements. In contrast, ATN networks require a representation for the grammar that is separate from the lexicon.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Parsing]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.yorku.ca/jmason/asdindex.htm Augmented Syntax Diagram home page]&lt;br /&gt;
* [http://www.asdgrammars.com/ Augmented Syntax Diagram Demo Site]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Bates, M., The theory and practice of augmented transition network grammars. In Natural Language Communication with Computers, L. Bolc, Ed., Springer-Verlag, 1978, pp. 191-259.&lt;br /&gt;
* Goldberg, A. and Robson, D., Smalltalk-80: The Language and its Implementation, Addison-Wesley, 1983.&lt;br /&gt;
* Jensen, K. and Wirth, N., Pascal User Manual and Report (2nd Edition), Springer-Verlag, 1975.&lt;br /&gt;
* Wikipedia, Syntax Diagram, http://en.wikipedia.org/wiki/Syntax_diagram .&lt;br /&gt;
* Woods, W.A., Transition network grammars for natural language analysis, Communications of the ACM 13:10 (Oct. 1970), pp. 591-606.&lt;br /&gt;
&lt;br /&gt;
[[Category:Parsing]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Dialogue_Systems&amp;diff=9025</id>
		<title>Dialogue Systems</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Dialogue_Systems&amp;diff=9025"/>
		<updated>2011-10-12T19:24:40Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dialogue Systems&#039;&#039;&#039; are human-computer interfaces where interaction is  modeled on natural language conversations between humans. Dialogue systems can be speech-based, text-based, or multimodal (e.g. speech plus graphics), and are used  in simple applications (such as booking cinema tickets) as well as  much more  complex research systems (e.g. collaboration with robots, tutorial dialogue systems). &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
There is a wikipedia article on [http://en.wikipedia.org/wiki/Dialogue_systems Dialogue Systems].&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CardWorld1&#039;&#039;&#039;: A small example of dialog involving playing cards that uses direct manipulation as well as English is [http://www.yorku.ca/jmason/CardWorld1.html CardWorld1].  It involves &#039;&#039;deictic&#039;&#039; and &#039;&#039;anaphoric&#039;&#039; reference as well as direct reference to a changeable configuration of piles of cards on a virtual table top. The model can be extended in many directions, as suggested in the [http://www.yorku.ca/jmason/UnderstandingEnglishInLimitedPragmaticDomains.html documentation]. The implementation is in Java, and source code as well as executable code is open source.  It can also be [http://nlu.asd-networks.com/home/cardworld/cardworld1a/ run directly] from a Java enabled web browser.  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;TALK Project&#039;&#039;&#039;: A recent EC project on dialogue systems is the [http://www.talk-project.org TALK project].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Dialogue_Systems&amp;diff=9024</id>
		<title>Dialogue Systems</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Dialogue_Systems&amp;diff=9024"/>
		<updated>2011-10-12T19:22:51Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dialogue Systems&#039;&#039;&#039; are human-computer interfaces where interaction is  modeled on natural language conversations between humans. Dialogue systems can be speech-based, text-based, or multimodal (e.g. speech plus graphics), and are used  in simple applications (such as booking cinema tickets) as well as  much more  complex research systems (e.g. collaboration with robots, tutorial dialogue systems). &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
There is a wikipedia article on [http://en.wikipedia.org/wiki/Dialogue_systems Dialogue Systems].&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CardWorld1&#039;&#039;&#039;: A small example of dialog involving playing cards that uses direct manipulation as well as English is [http://www.yorku.ca/jmason/CardWorld1.html CardWorld1].  It involves &#039;&#039;deictic&#039;&#039; and &#039;&#039;anaphoric&#039;&#039; reference as well as direct reference to a changeable configuration of piles of cards on a virtual table top. The model can be extended in many directions, as suggested in the [http://www.yorku.ca/jmason/UnderstandingEnglishInLimitedPragmaticDomains.html documentation]. The implementation is in Java, and source code as well as executable code is available free.  It can also be [http://nlu.asd-networks.com/home/cardworld/cardworld1a/ run directly] from a Java enabled web browser.  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;TALK Project&#039;&#039;&#039;: A recent EC project on dialogue systems is the [http://www.talk-project.org TALK project].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=8048</id>
		<title>Semantics software for English</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=8048"/>
		<updated>2010-06-18T20:09:49Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Tools and Software]] - Semantics&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For languages other than English, see [[List of resources by language]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
*[http://svn.ask.it.usyd.edu.au/trac/candc/wiki Boxer] - wide-coverage semantics based on DRT (Discourse Representation Theory)&lt;br /&gt;
*[http://www.yorku.ca/jmason/asdindex.htm/ CardWorld1] is an example of English-language understanding with non-trivial syntax, semantics and pragmatics. &lt;br /&gt;
*[http://sws.clearforest.com/blog ClearForest Semantic Web Service (API) ]&lt;br /&gt;
*[http://www.blackburnbos.org CURT] - Software from the Blackburn &amp;amp; Bos (2005) book: model checking, lambda calculus, underspecification, tableau inference, interfaces to theorem provers and model builders, and CURT itself. &lt;br /&gt;
*[http://www.intellexer.com/ Intellexer - Natural Language Searching Technologies]&lt;br /&gt;
*[http://www.ling.upenn.edu/lambda Lambda Calculator] - pedagogical software for lambda calculus and formal semantics in the style of the Heim &amp;amp; Kratzer (1998) textbook&lt;br /&gt;
*[http://nltk.org NLTK semantics] - Python libraries for lambda calculus, first order model checking, DRT, glue semantics, a tableau theorem prover and interfaces to external inference programs (Prover9, Mace4)&lt;br /&gt;
*[http://www.semantilog.org/pypes.html PyPES] - library for scoping, FOL translation, inferencing with the ERG (English Resource Grammar)&lt;br /&gt;
*[http://opencog.org/wiki/RelEx RelEx] - English-language semantic relationship extractor. Provides framing/grounding also, as well as tagging of various sorts. Open source, Java, Apache license.&lt;br /&gt;
*[http://senseclusters.sourceforge.net/ SenseClusters]&lt;br /&gt;
*[http://www.comp.lancs.ac.uk/ucrel/usas/ UCREL] - Semantic Analysis System&lt;br /&gt;
*[http://www.coli.uni-saarland.de/projects/chorus/utool/ utool] The Swiss Army Knife of Underspecification&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Semantics]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Resources for English]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=8038</id>
		<title>Semantics software for English</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=8038"/>
		<updated>2010-06-17T23:46:59Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Tools and Software]] - Semantics&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For languages other than English, see [[List of resources by language]].&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://svn.ask.it.usyd.edu.au/trac/candc/wiki Boxer] - wide-coverage semantics based on DRT (Discourse Representation Theory)&lt;br /&gt;
*[http://www.semantilog.org/pypes.html PyPES] - library for scoping, FOL translation, inferencing with the ERG (English Resource Grammar)&lt;br /&gt;
*[http://sws.clearforest.com/blog ClearForest Semantic Web Service (API) ]&lt;br /&gt;
*[http://www.blackburnbos.org CURT] - Software from the Blackburn &amp;amp; Bos (2005) book: model checking, lambda calculus, underspecification, tableau inference, interfaces to theorem provers and model builders, and CURT itself. &lt;br /&gt;
*[http://www.intellexer.com/ Intellexer - Natural Language Searching Technologies]&lt;br /&gt;
*[http://www.ling.upenn.edu/lambda Lambda Calculator] - pedagogical software for lambda calculus and formal semantics in the style of the Heim &amp;amp; Kratzer (1998) textbook&lt;br /&gt;
*[http://nltk.org NLTK semantics] - Python libraries for lambda calculus, first order model checking, DRT, glue semantics, a tableau theorem prover and interfaces to external inference programs (Prover9, Mace4)&lt;br /&gt;
*[http://opencog.org/wiki/RelEx RelEx] - English-language semantic relationship extractor. Provides framing/grounding also, as well as tagging of various sorts. Open source, Java, Apache license.&lt;br /&gt;
*[http://senseclusters.sourceforge.net/ SenseClusters]&lt;br /&gt;
*[http://www.comp.lancs.ac.uk/ucrel/usas/ UCREL] - Semantic Analysis System&lt;br /&gt;
*[http://www.coli.uni-saarland.de/projects/chorus/utool/ utool] The Swiss Army Knife of Underspecification&lt;br /&gt;
*[http://www.yorku.ca/jmason/asdindex.htm/ CardWorld1] is a simple example of English-language understanding with non-trivial syntax, semantics and pragmatics. &lt;br /&gt;
[[Category:Semantics]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Resources for English]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=8037</id>
		<title>Semantics software for English</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=8037"/>
		<updated>2010-06-17T23:45:09Z</updated>

		<summary type="html">&lt;p&gt;Roxanne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Tools and Software]] - Semantics&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For languages other than English, see [[List of resources by language]].&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://svn.ask.it.usyd.edu.au/trac/candc/wiki Boxer] - wide-coverage semantics based on DRT (Discourse Representation Theory)&lt;br /&gt;
*[http://www.semantilog.org/pypes.html PyPES] - library for scoping, FOL translation, inferencing with the ERG (English Resource Grammar)&lt;br /&gt;
*[http://sws.clearforest.com/blog ClearForest Semantic Web Service (API) ]&lt;br /&gt;
*[http://www.blackburnbos.org CURT] - Software from the Blackburn &amp;amp; Bos (2005) book: model checking, lambda calculus, underspecification, tableau inference, interfaces to theorem provers and model builders, and CURT itself. &lt;br /&gt;
*[http://www.intellexer.com/ Intellexer - Natural Language Searching Technologies]&lt;br /&gt;
*[http://www.ling.upenn.edu/lambda Lambda Calculator] - pedagogical software for lambda calculus and formal semantics in the style of the Heim &amp;amp; Kratzer (1998) textbook&lt;br /&gt;
*[http://nltk.org NLTK semantics] - Python libraries for lambda calculus, first order model checking, DRT, glue semantics, a tableau theorem prover and interfaces to external inference programs (Prover9, Mace4)&lt;br /&gt;
*[http://opencog.org/wiki/RelEx RelEx] - English-language semantic relationship extractor. Provides framing/grounding also, as well as tagging of various sorts. Open source, Java, Apache license.&lt;br /&gt;
*[http://senseclusters.sourceforge.net/ SenseClusters]&lt;br /&gt;
*[http://www.comp.lancs.ac.uk/ucrel/usas/ UCREL] - Semantic Analysis System&lt;br /&gt;
*[http://www.coli.uni-saarland.de/projects/chorus/utool/ utool] The Swiss Army Knife of Underspecification&lt;br /&gt;
*[http://www.yorku.ca/jmason/asdindex.htm] CardWorld1 is a simple example of English-language understanding with non-trivial syntax, semantics and pragmatics. &lt;br /&gt;
[[Category:Semantics]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Resources for English]]&lt;/div&gt;</summary>
		<author><name>Roxanne</name></author>
	</entry>
</feed>