symbol sequencing and identification (and sample ontology)

ENGLISH:

Symbols sequencing/identification (stream): 

1. Map sucesive symbols with numbers (starting at 0) 
2. Symbol repeated, use the identifier used the first time the simbol
appeared 
3. After a repeated symbol, continue with id sequence if next symbol is new,
use last otherwise 
4. Apply recursively from contained symbol structures to containers (letter
/ word ; word / sentence) 

Example: 

String: ASDFAEIOUS
Encoding: 0123045671

Part-Whole Composition Rules:
----------------------------

1. Letter - Word = SINTAX
2. Word - Statement = GRAMMAR

SINTAX- META-MODEL
GRAMMAR - MODEL

One level sintax is next level grammar.

Symbol sequencing:
1. Rules by symbols order of occurence
2. ALPHABET Construction (META-MODEL)
3. DICTIONARY Construction (MODEL)

SPANISH:

Secuenciamiento Simbolos cadena/stream (Algoritmo):

1. Identificar simbolos con secuencia numérica (comenzando desde 0)
2. Al repetirse simbolo, repetir identificador previamente usado
3. Luego de repetirse simbolo, si el simbolo subsiguiente es nuevo, utilizar
identificador siguiente en secuencia
4. Aplicar identificacion simbolos recursivamente (ej.: letras > palabras >
oraciones)

Ejemplo:

Cadena: ASDFAEIOUS
Encoding: 0123045671

Reglas de composición Parte-Todo:
--------------------------------

1. Letra - Palabra = SINTAXIS
2. Palabra - Oración = GRAMATICA

SINTAXIS- META-MODELO
GRAMATICA - MODELO

Recursividad: La sintaxis de un nivel es la gramatica del nivel
subsiguiente.

Secuenciamiento de símbolos:
1. Reglas segun orden de aparicion simbolos.
2. Construccion de ALFABETO (META-MODELO)
3. Construccion de DICCIONARIO (MODELO)


http://www.nabble.com/file/p10942122/diagrama.png 

-- 
View this message in context: http://www.nabble.com/symbol-sequencing-and-identification-%28and-sample-ontology%29-tf3862481.html#a10942122
Sent from the w3.org - public-xml-id mailing list archive at Nabble.com.

Received on Monday, 4 June 2007 02:52:53 UTC