Difference between heartwood and sapwood
Forest Products Laboratory (U.S.)
1919
Search results
119 records were found.
The Synchronized Multimedia Integration Language (SMIL) is
a World Wide Web Consortium (W3C) standard language based on
the eXtended Markupe Language (XML), used to control multimedia
presentations. This language was mainly used in Multimedia
Messaging Services but nowadays is also being used in High
Definition DVDs for advanced interactivity and in Internet Video.
This document describes how Ambulant Player, a pure opensource
SMIL player, was modified to control the media presentation
provided by a Media Streaming Server for mobile devices.
Ambulant’s factory system allowed to replace the basic renderer by
a simpler one. This new renderer sends messages to the Media
Server instead of playing the media. Using Ambulant as a base for
this interpreter made the development faster and made it easier to
obtain a W3C compliant to...
Os recursos bilingues mais abundantes são os corpora paralelos. Resultam de toda uma história de tradução de instituições e organizações internacionais. Estes corpora constituem um recurso de tradução muito rico, mas que precisa de ser tratado para ser útil: é necessária a sua preparação, realçando conhecimento que se encontra camuflado.
Neste trabalho pretende-se obter conhecimento de diferentes tipos: dicionários de tradução, terminologia bilingue, exemplos de tradução (segmentos equivalentes) ou mesmo n-gramas. Para além de realizar a extracção destes recursos, pretende-se definir uma álgebra que os permita manusear e tratar.
O ponto inicial na extracção de recursos bilingues corresponde à definição de pontes básicas entre as duas línguas: relacionamentos entre palavras, que são representados como dicionários probabilísticos de trad...
There are a lot of tools for parser generation using Perl. As we know, Perl has flexible data structures which makes it easy to generate generic trees. While it is easy to write a grammar and a lexical analyzer using modules like Parse::Yapp and Parse::Lex, this pair of tools is not as efficient as I would like. In this document I'll present a way to cook quickly Parse::Yapp with the better lexical analyzer I know: flex.


