Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Lexical definition


Related Topics

In the News (Mon 16 Nov 09)

  
  XML Schema Part 2: Datatypes Second Edition
Constraining the ·value space· consequently constrains the ·lexical space·.
[Definition:]   The ·atomic· or ·union· datatype that participates in the definition of a ·list· datatype is known as the itemType of that ·list· datatype.
The ·value space· and ·lexical space· of a ·union· datatype are the union of the ·value space·s and ·lexical space·s of its ·memberTypes·.
www.w3.org /TR/xmlschema-2   (9338 words)

  
  Reference.com/Encyclopedia/Lexical definition
The lexical definition of a term, also known as the [dictionary] definition, which is the meaning of the term in common usage.
Note that a lexical definition is descriptive, reporting actual usage within speakers of a language, and changes with changing usage of the term, rather than prescriptive, which would be to stick with a version regarded as "correct" regardless of drift in accepted meaning.
When the breadth or vagueness of a lexical definition is unacceptable, a precising definition or a stipulative definition is often used.
www.reference.com /browse/wiki/Lexical_definition   (251 words)

  
  Lexical definition - Biocrawler   (Site not responding. Last check: )
The lexical definition of a term, also known as the dictionary definition, is the meaning of the term in common usage.
A lexical definition is usually the type expected from a request for definition, and it is generally expected that such a definition will be stated as simply as possible in order to convey information to the widest audience.
Note that a lexical definition is descriptive, reporting actual usage within speakers of a language, and changes with changing usage of the term, rather than prescriptive, which would be to stick with a version regarded as "correct" regardless of drift in accepted meaning.
www.biocrawler.com /encyclopedia/Lexical_definition   (221 words)

  
 XML Schema Part 2: Datatypes
[Definition:] In this specification, a datatype is a 3-tuple, consisting of a) a set of distinct values, called its ·value space·, b) a set of lexical representations, called its ·lexical space·, and c) a set of ·facet·s that characterize properties of the ·value space·, individual values or lexical items.
[Definition:] A canonical lexical representation is a set of literals from among the valid set of literals for a datatype such that there is a one-to-one mapping between literals in the canonical lexical representation and values in the ·value space·.
The ·lexical space· of a ·list· datatype is a set of literals whose internal structure is a white space separated sequence of literals of the ·atomic· datatype of the items in the ·list· (where whitespace ·match·es S in [XML 1.0 (Second Edition)]).
www.w3.org /TR/2001/REC-xmlschema-2-20010502   (8534 words)

  
 1.2 Notation
In lexical definitions (as the example above), two more conventions are used: Two literal characters separated by three dots mean a choice of any single character in the given (inclusive) range of ASCII characters.
Even though the notation used is almost the same, there is a big difference between the meaning of lexical and syntactic definitions: a lexical definition operates on the individual characters of the input source, while a syntax definition operates on the stream of tokens generated by the lexical analysis.
All uses of BNF in the next chapter (``Lexical Analysis'') are lexical definitions; uses in subsequent chapters are syntactic definitions.
www.python.org /doc/2.4.3/ref/notation.html   (300 words)

  
 definition - definition & synonyms from dictionary.sensagent.com
A definition delimits or describes the meaning of a concept or term by stating the essential properties of the entities or objects denoted by that concept or term.
A definition is designed to settle a thing in its compass and extent; an explanation is intended to remove some obscurity or misunderstanding, and is therefore more extended and minute; a description enters into striking particulars with a view to interest or impress by graphic effect.
An essential definition states what are regarded as the constituent parts of the essence of that which is to be defined; and an accidental definition lays down what are regarded as circumstances belonging to it, viz., properties or accidents, such as causes, effects, etc.” Whately.
www.sensagent.com /dictionaries/en-en/definition   (332 words)

  
 Computational Lexical Semantics - Cambridge University Press
Research programmes whose goal is the definition of large lexicons are asking what the appropriate representation structure is for different facets of lexical information.
Computational Lexical Semantics is one of the first volumes to provide models for the creation of various kinds of computerized lexicons for the automatic treatment of natural language, with applications to machine translation, automatic indexing, and database front-ends, knowledge extraction, among other things.
An introduction to lexical semantics from a linguistic and a psycho-linguistics perspective Patrick Saint-Dizier and Evelyn Viegas; 1.
www.cambridge.org /asia/catalogue/catalogue.asp?isbn=0521023203   (341 words)

  
 What is lexical phonology?
Lexical phonology is an approach to phonology that accounts for the interactions of morphology and phonology in the word building process.
The bracket erasure convention is an important convention in lexical phonology.
This derivation demonstrates affixation in lexical phonology accompanied by the application of a phonological rule, trisyllabic shortening.
www.sil.org /LINGUISTICS/GlossaryOfLinguisticTerms/WhatIsLexicalPhonology.htm   (356 words)

  
 Glossary of Parsing Terms
Context free grammars are grammars wherein the definition of a grammar unit, or nonterminal token, does not depend on the context in which the nonterminal is used.
In the case of terminal tokens, this may be a value assigned by the lexical scanner or, if the parser is using direct character input, it will be the ascii value of the character itself.
When the lexical scanner hands this over to the parser, it has to provide an identification code which says what kind of token it is, a hexadecimal constant, as well as the "semantic value" of the token, 3840.
www.parsifalsoft.com /gloss.html   (7372 words)

  
 Definition
In Roman Catholicism, a "dogmatic definition" by a pope or an ecumenical council.
It is typical (e.g., in college logic texts) to distinguish a number of different kinds of definition: dictionary or lexical definition[?], intensional definition[?], extensional definition[?], ostensive definition[?], stipulative definition[?], operational definition and others.
The definition of a concept, or of (a given sense of) a word or phrase, is a description of its intension--that is, the set of properties that characterizes all and only members of the extension of the word; the extension is all the things that the concept, word, or phrase applies to.
www.ebroadcast.com.au /lookup/encyclopedia/de/Definition.html   (1456 words)

  
 Socrates
In response to those who look to lexical definitions to solve philosophical controversies, Socrates would say that, simply because certain cultures have used the word ‘rights’ in a way that excludes women and minorities does not mean that women and minorities do not have rights.
The traditional definition of death in terms of the cessation of all vital functions took death to be an all-or-nothing affair.
Although Charron believes that lexical definitions are certainly possible, most of what he says about definitions (and, therefore, most of what appears in the rest of this section) is concerned with stipulative definitions.
www.acsu.buffalo.edu /~jbeebe2/define.htm   (4802 words)

  
 Lexical Analysis with ANTLR
The syntax for specifying lexical structure is the same for lexers, parsers, and tree parsers.
Suffixing a lexical rule reference with '!' forces the text matched by the invoked rule to be discarded (it will not appear in the text for the invoking rule).
Lexical analyzers were all built by hand in the early days of compilers until DFAs took over as the scanner implementation of choice.
www.antlr.org /doc/lexer.html   (8210 words)

  
 AND/IF 1.0 -- a file format for exchanging finite automata descriptions
Lexical processing decodes the AND/IF text file into a sequence of tokens.
After tokens are identified by lexical scanning, whitespace characters and comments are discarded.
A special lexical convention permits finding the beginning of an AND/IF specification that is embedded within a larger text file.
edis.win.tue.nl /and-if/and-if-1.0.html   (1941 words)

  
 JavaScript 2.0   (Site not responding. Last check: )
definition design flaw in the semantics that led to race conditions and the possibility of definitions not being set up properly or initialized several times.
Revised the lexical and syntactic grammar and semantics.
The new definition handles private property access correctly and allows property access to be optimized to a simple offset lookup when the static type of the instance is known.
www.mozilla.org /js/language/js20   (3965 words)

  
 Free Speaker - LD Debate
As we have seen, the lexical definition of "retribution" ("deserved punishment") is vague, so you may have good reason to offer a more exact definition.
For example, in the debate on retribution versus rehabilitation, you might point out that these terms (according to their lexical definitions) do not exhaust the possibilities &endash; that restitution has been left out in the cold.
For example, a lexical definition of "rehabilitate" is to restore (a person) to a normal life by training.
www.economicthinking.org /lincolndouglas/definitions.html   (1067 words)

  
 CodeGuru: Lexical Analyser
They are used internally by the lexical analyser to sort the symbols by length.
This function is used internally by the lexical analyser.
Lexical analysis is only a half the story.
www.codeguru.com /cpp_mfc/LexicalAnalyser.shtml   (1406 words)

  
 Lexical Structure
Programs are written in Unicode (§3.1), but lexical translations are provided (§3.2) so that Unicode escapes (§3.3) can be used to include any Unicode character using only ASCII characters.
The Unicode characters resulting from the lexical translations are reduced to a sequence of input elements (§3.5), which are white space (§3.6), comments (§3.7), and tokens.
The lexical grammar implies that comments do not occur within character literals (§3.10.4) or string literals (§3.10.5).
java.sun.com /docs/books/jls/second_edition/html/lexical.doc.html   (2934 words)

  
 Lexical scope definition
Lexical scope: The scope of an identifier can be determined by a lexical analysis of the block of code.
``The names of parameters to a function normally are lexically scoped.'' http://ase.isu.edu/ase01_07/ase01_07/bookcase/ref_sh/foldoc/14/62.htm lexical scope (Or "static scope") In a lexically scoped language, the scope of an identifier is fixed at compile-time to be the smallest block (begin/end or function/procedure body) containing the identifier's declaration.
my variables are said to have lexical scope, which means that variables are defined for the block they are in, and they are not generally visible to subroutines.
lua-users.org /lists/lua-l/2001-08/msg00320.html   (526 words)

  
 Lexical Closure
Lexical closures are most interesting in, and are usually associated with, languages that can treat functions as data (FirstClassFunctions), since storing a closure for later use implies an extension of the lifetime of the closed-over lexical environment beyond what one would normally expect.
I rewrote the definition that was here, because it was not as clear as it could have been regarding the mutability of bindings.
The definition and example that I have given are adapted from the the Common Lisp standard specification; cf.
c2.com /cgi/wiki?LexicalClosure   (1733 words)

  
 Lexical Density Test - Glossary Definition - UsingEnglish.com
The Lexical Density Test is a Readability Test designed to show how easy or difficult a text is to read.
The lexical density of a text tries to measure the proportion of the content (lexical) words over the total words.
As a guide, lexically dense text has a lexical density of around 60-70% and those which are not dense have a lower lexical density measure of around 40-50%.
www.usingenglish.com /glossary/lexical-density-test.html   (183 words)

  
 lexical meaning definition - Dictionary - MSN Encarta
lexical meaning definition - Dictionary - MSN Encarta
Search for "lexical meaning" in all of MSN Encarta
In the paradigm "throw, throws, throwing, threw, thrown," the lexical meaning is "throw."
encarta.msn.com /dictionary_1861696438/lexical_meaning.html   (98 words)

  
 RFC 822 (rfc822) - Standard for the format of ARPA Internet text messages   (Site not responding. Last check: )
LEXICAL TOKENS The following rules are used to define an underlying lexical analyzer, which feeds tokens to higher level parsers.
When a comment acts as the delimiter between a sequence of two lexical symbols, such as two atoms, it is lex- ically equivalent with a single SPACE, for the purposes of regenerating the sequence, such as when passing the sequence onto a mail protocol server.
Such fields must have names which are not already used in the current specification or in any definitions of extension-fields, and the overall syntax of these user-defined-fields must conform to this specification's rules for delimiting and folding fields.
www.faqs.org /rfcs/rfc822.html   (10037 words)

  
 [No title]
I think it is better if the BNF always reflects the ultimate specification of a language's lexical definition.
BTW I think the twiddle is incomplete because it is not reflected in the BNF for Identifier.
I'll propose some BNF changes if others agree But it is described in the section that discusses the lexical structure of identifiers (section 3.2.3.1 is a subsection of section 3.2.3 whihc discusses the lexical structure of identifiers).
www.omg.org /issues/issue5952.txt   (962 words)

  
 What is a lexical category?
A lexical category is a syntactic category for elements that are part of the lexicon of a language.
Lexical categories may be defined in terms of core notions or 'prototypes'.
Grammatical categories are distinct from formal relational categories such as subject, object and predicate, or functional categories such as agent, topic or definite.
www.sil.org /linguistics/GlossaryOfLinguisticTerms/WhatIsALexicalCategory.htm   (150 words)

  
 riteForm Examples | EverNote Corporation
During form definition, lexical sources are assigned to fields of the form
Assigning lexical sources to form fields is called form definition.
Diverse fields of the form are assigned their own lexical sources, pre-built by EverNote Corp. or built by developers using the riteForm Lexical Utility.
www.evernote.com /en/products/riteform/examples.php   (367 words)

  
 Lexical Matters
Furthermore, I want to ensure that the origin is indeed New Jersey, since this is the only place it’s used in that context based on Myspace searches.
there is definitely something more in the morphology of that name than is apparent now.
Although this has nothing to do with lexical matters, it’s cute.
lexicalmatters.wordpress.com   (2280 words)

  
 CS599: Lexical Semantics
Lexical semantics (the semantics of words) is becoming an increasingly important part of Natural Language Processing, as researchers and systems are beginning to address semantics at the large scale.
This course addresses several core issues in the study of the semantics of words, including the definition of lexical semantics from various perspectives, the problem of primitives of meaning, the creation of semantically annotated corpora, ontologies, automated methods for acquiring semantic knowledge on a large scale, and a survey of related perspectives.
Semantic cases, thematic relations hypothesis, semantic fields; lexical semantic decomposition; verb classes and alternations; formalisms and notation; mapping; lexicographical perspectives
www.isi.edu /~pantel/Content/Teaching/2005/cs599.htm   (667 words)

  
 Philosophical Dictionary: Leibniz-Logos
The program—conceived by Dedekind, Peano, Frege, and Hilbert, but completed by Russell and Whitehead in
(1913)—of showing that arithmetical knowledge can be demonstrated upon the basis of purely logical axioms and definitions.
The project was effectively demolished by Gödel's proof that some true formal propositions must nevertheless remain undecidable within the system.
www.philosophypages.com /dy/l5.htm   (1114 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.