Mental calculation: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Materialscientist
m Reverted edits by Rrburke (talk) to last version by 153.25.178.60
 
en>Guy vandegrift
Removing template "How to". A how_to article would have more examples and more advice. This article has just the facts and therefore belongs.
Line 1: Line 1:
Hunting for UGG boots in Sydney? If you are, its ironic, since as you may well or may perhaps not know, the world-wide phenomenon of UGG boots arrives from Australia. Does this imbue us with a terrific sense of national pride? Probably not, but what it must suggest is that you need to be in a position to decide on up the legitimate short article alternatively less difficult than somewhere else in the globe. Im not positive if thats even true.<br><br>
'''Tree-adjoining grammar (TAG)''' is a [[grammar formalism]] defined by [[Aravind Joshi]].  Tree-adjoining grammars are somewhat similar to [[context-free grammar]]s, but the elementary unit of rewriting is the tree rather than the symbol. Whereas context-free grammars have rules for rewriting symbols as strings of other symbols, tree-adjoining grammars have rules for rewriting the nodes of trees as other trees (see [[tree (graph theory)]] and [[tree (data structure)]]).


So what is an UGG boot? Unusually, if you are visiting, you could think that acquiring the brand name title, UGG in Sydney would be the very best point to do. Perhaps as a gift. This isnt the scenario. Australians you should not are likely to see the model UGG as a specially very good a single. Most men and women would search for some thing from a tannery or skinner when seeking for UGG boots in Sydney.<br><br>So if you can come across a sector providing regional wollen goods, this would be your greatest wager. Regretably, finding UGG boots in Sydney can be fraught with variable price ranges. You can pay back up to $AU400 for a pair that will be no far better, or in some conditions even worse than a pair that charge $AU100 or significantly less. You have a funds, and you will be ready to find a shoe to healthy that as well as your foot.<br><br>If you totally should have the brand name UGG, then you may wish to glimpse at some out of city outlet merchants, as these will undoubtedly be the finest bargains. Specified that the brand name is now owned by an American company, you will find that its much and away much less expensive to supply UGGs in the US than browsing for UGG boots in Sydney.<br><br>That stated, the time period is at the moment in a lawful gray spot, and the authentic Ugg boot is a generic phrase for that design and style of shoe. This currently being the case, you will uncover a variety of far much better Ugg boots in Sydney than you might in, say Minnesota. It is worth noting that these are seasonal footwear, so do not anticipate to uncover them in summer. In fact, you are in the incorrect put at the improper time if you want the UGG brand and youre in Australia in the Summer time.<br><br>Destinations like Kmart, BigW and other selection outlets are most likely to keep the most inventory, and even if you are out of luck in the shop, you may well be equipped to come across a chain keep eager to get them despatched from a central dispatch middle. Don't forget that there are a great deal of knock offs of the model all over. This is now significantly less so in Australia than other locations, but it makes hunting for UGG boots in Sydney a shockingly tough activity.<br><br>If you loved this write-up and you would like to acquire far more information pertaining to [http://tinyurl.com/k7shbtq ugg outlet] kindly go to the web site.
==History==
TAG originated in investigations by Joshi and his students into the family of adjunction grammars (AG),<ref name="JoshiKosarajuYamada1969">{{cite paper
| last = Joshi
| first = Aravind
| coauthors =  S. R. Kosaraju, H. Yamada
| title = String Adjunct Grammars
| year = 1969
| publisher = Proceedings Tenth Annual Symposium on Automata Theory, Waterloo, Canada }}</ref>
the "string grammar" of [[Zellig Harris]]. AGs handle [[endocentric]] properties of language in a natural and effective way, but do not have a good characterization of [[exocentric]] constructions; the converse is true of [[rewrite rule|rewrite grammars]], or [[phrase-structure grammar]] (PSG). In 1969, Joshi introduced a family of grammars that exploits this complementarity by mixing the two types of rules. A few very simple rewrite rules suffice to generate the vocabulary of strings for adjunction rules. This family is distinct from the [[Chomsky hierarchy]] but intersects it in interesting and linguistically relevant ways.<ref name="Joshi1969">{{cite paper
| last = Joshi
| first = Aravind
| title = Properties of Formal Grammars with Mixed Types of Rules and Their Linguistic Relevance
| year = 1969
| publisher = Proceedings Third International Symposium on Computational Linguistics, Stockholm, Sweden }}</ref>
 
==Description==
The rules in a TAG are trees with a special leaf node known as the ''foot node'', which is anchored to a word.  
There are two types of basic trees in TAG: ''initial'' trees (often represented as '<math>\alpha</math>') and ''auxiliary'' trees ('<math>\beta</math>').  Initial trees represent basic valency relations, while auxiliary trees allow for recursion.<ref name="jurafsky-martin2000">{{cite book
| last = Jurafsky
| first = Daniel
| coauthors = James H. Martin
| title = Speech and Language Processing
| year = 2000
| pages = 354
| publisher = Prentice Hall
| location = Upper Saddle River, NJ }}</ref>
Auxiliary trees have the root (top) node and foot node labeled with the same symbol.
A derivation starts with an initial tree, combining via either ''substitution'' or ''adjunction''.  Substitution replaces a frontier node with another tree whose top node has the same label. Adjunction inserts an auxiliary tree into the center of another tree.<ref name="joshi-rambow2003">{{cite conference
| last = Joshi
| first = Aravind
| coauthors = Owen Rambow
| title = A Formalism for Dependency Grammar Based on Tree Adjoining Grammar
| year = 2003
| booktitle = Proceedings of the Conference on Meaning-Text Theory
| url = http://www1.cs.columbia.edu/~rambow/papers/joshi-rambow-2003.pdf}}</ref>
The root/foot label of the auxiliary tree must match the label of the node at which it adjoins.
 
Other variants of TAG allow [[multi-component tree adjoining grammars|multi-component trees]], trees with multiple foot nodes, and other extensions.
 
==Complexity and application==
 
Tree-adjoining grammars are often described as [[Mildly context-sensitive grammar|mildly context-sensitive]], meaning that they possess certain properties that make them more powerful (in terms of [[weak generative capacity]]) than context-free grammars, but less powerful than [[indexed grammar|indexed]] or [[context-sensitive grammar]]s.  Mildly context-sensitive grammars are conjectured to be powerful enough to model [[natural language]]s while remaining efficiently [[parser|parsable]] in the general case.<ref name="joshi1985">{{cite book
| last = Joshi
| first = Aravind
| chapter = How much context-sensitivity is necessary for characterizing structural descriptions
| year = 1985
| publisher = Cambridge University Press
| pages = 206–250
| title = Natural Language Processing: Theoretical, Computational, and Psychological Perspectives
| editor = D. Dowty, L. Karttunen, and A. Zwicky, (eds.)
| location = New York, NY }}</ref>
 
A TAG can describe the language of squares (in which some arbitrary string is repeated), and the language <math>\{a^n b^n c^n d^n | 1 \le n \}</math>. This type of processing can be represented by an [[embedded pushdown automaton]].
 
Languages with cubes (i.e. triplicated strings) or with more than four distinct character strings of equal length cannot be generated by tree-adjoining grammars.
 
For these reasons, languages generated by tree-adjoining grammars are referred to as ''[[mildly context-sensitive language]]''s.
 
===Equivalences===
 
Vijay-Shanker and Weir (1994)<ref name="vijayshankarAndWeir1995">Vijay-Shanker, K. and Weir, David J. 1994. ''The Equivalence of Four Extensions of Context-Free Grammars''. Mathematical Systems Theory 27(6): 511–546.</ref> demonstrates that [[Indexed grammar#Linear indexed grammars|Linear Indexed Grammars]], [[Combinatory categorial grammar|Combinatory Categorial Grammars]], Tree-adjoining Grammars, and [[Head grammar|Head Grammars]] are [[Weak equivalence (formal languages)|weakly equivalent]] formalisms, in that they all define the same string languages.
 
==References==
{{Reflist}}
 
==External links==
*[http://www.cis.upenn.edu/~xtag/ The XTAG project], which uses a TAG for natural language processing.
*[http://www.let.rug.nl/~vannoord/papers/diss/diss/node59.html A tutorial on TAG]
*[http://www.computing.dcu.ie/~yguo/doc/talk/TAG.pdf Another tutorial] with focus on comparison with [[Lexical Functional Grammar]] and grammars extraction from [[Treebank]]
*[http://wiki.loria.fr/wiki/SemConst/Documentation#Background SemConst Documentation] A quick survey on Syntax and Semantic Interface problematic within the TAG framework.
*[http://sourcesup.cru.fr/tulipa/ The TuLiPa project] The Tübingen Linguistic Parsing Architecture (TuLiPA) is a multi-formalism syntactic (and semantic) parsing environment, designed mainly for [[multi-component tree adjoining grammar]]s with [[tree tuple]]s
*[http://mgkit.gforge.inria.fr/ The Metagrammar Toolkit] which provides several tools to edit and compile [[MetaGrammars]] into TAGs. It also include a wide coverage French Metagrammars.
*[http://www.loria.fr/~azim/LLP2/help/fr/index.html LLP2] A [[lexicalized tree adjoining grammar]] parser which provides an  easy to use graphical environment (page in French)
 
{{Formal languages and grammars}}
 
{{DEFAULTSORT:Tree-Adjoining Grammar}}
[[Category:Generative linguistics]]
[[Category:Grammar frameworks]]

Revision as of 17:34, 2 February 2014

Tree-adjoining grammar (TAG) is a grammar formalism defined by Aravind Joshi. Tree-adjoining grammars are somewhat similar to context-free grammars, but the elementary unit of rewriting is the tree rather than the symbol. Whereas context-free grammars have rules for rewriting symbols as strings of other symbols, tree-adjoining grammars have rules for rewriting the nodes of trees as other trees (see tree (graph theory) and tree (data structure)).

History

TAG originated in investigations by Joshi and his students into the family of adjunction grammars (AG),[1] the "string grammar" of Zellig Harris. AGs handle endocentric properties of language in a natural and effective way, but do not have a good characterization of exocentric constructions; the converse is true of rewrite grammars, or phrase-structure grammar (PSG). In 1969, Joshi introduced a family of grammars that exploits this complementarity by mixing the two types of rules. A few very simple rewrite rules suffice to generate the vocabulary of strings for adjunction rules. This family is distinct from the Chomsky hierarchy but intersects it in interesting and linguistically relevant ways.[2]

Description

The rules in a TAG are trees with a special leaf node known as the foot node, which is anchored to a word. There are two types of basic trees in TAG: initial trees (often represented as '') and auxiliary trees (''). Initial trees represent basic valency relations, while auxiliary trees allow for recursion.[3] Auxiliary trees have the root (top) node and foot node labeled with the same symbol. A derivation starts with an initial tree, combining via either substitution or adjunction. Substitution replaces a frontier node with another tree whose top node has the same label. Adjunction inserts an auxiliary tree into the center of another tree.[4] The root/foot label of the auxiliary tree must match the label of the node at which it adjoins.

Other variants of TAG allow multi-component trees, trees with multiple foot nodes, and other extensions.

Complexity and application

Tree-adjoining grammars are often described as mildly context-sensitive, meaning that they possess certain properties that make them more powerful (in terms of weak generative capacity) than context-free grammars, but less powerful than indexed or context-sensitive grammars. Mildly context-sensitive grammars are conjectured to be powerful enough to model natural languages while remaining efficiently parsable in the general case.[5]

A TAG can describe the language of squares (in which some arbitrary string is repeated), and the language . This type of processing can be represented by an embedded pushdown automaton.

Languages with cubes (i.e. triplicated strings) or with more than four distinct character strings of equal length cannot be generated by tree-adjoining grammars.

For these reasons, languages generated by tree-adjoining grammars are referred to as mildly context-sensitive languages.

Equivalences

Vijay-Shanker and Weir (1994)[6] demonstrates that Linear Indexed Grammars, Combinatory Categorial Grammars, Tree-adjoining Grammars, and Head Grammars are weakly equivalent formalisms, in that they all define the same string languages.

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

External links

Other Sports Official Alfonzo from Chase, has hobbies and interests for instance fast, property developers in new industrial launch singapore and aquariums. In recent times has visited Monasteries of Haghpat and Sanahin.

  1. Template:Cite paper
  2. Template:Cite paper
  3. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  4. 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.

    You can view that web-site... ccleaner free download
  5. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  6. Vijay-Shanker, K. and Weir, David J. 1994. The Equivalence of Four Extensions of Context-Free Grammars. Mathematical Systems Theory 27(6): 511–546.