What is the translation of " PARSE TREE " in Portuguese?

[pɑːz triː]
[pɑːz triː]
árvore sintática
parse tree
syntax tree
árvore de parsing

Examples of using Parse tree in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Parse Tree.
Árvore de Processamento.
In many cases the parse tree is not the final product.
Muitas vezes a árvore de análise não é o produto final.
The job of the HTML parser is to parse the HTML markup into a parse tree.
O trabalho do analisador HTML é analisar a marcação HTML em uma árvore de análise.
This is called a parse tree or a syntax tree..
É chamada árvore de análise ou árvore de sintaxe.
Only one such node in each array element is needed if only one parse tree is to be produced.
Apenas um nó em cada elemento do vetor é necessário se apenas uma árvore sintática será produzida.
In figure 5 we built a parse tree from a mathematical expression.
Na ilustração 5, construímos uma árvore de análise a partir de uma expressão matemática.
In parsing your formula,the program encountered a situation that the parse tree could not process.
Na análise de sua fórmula,o programa encontrou uma situação que a árvore de análise não pôde processar.
The parse tree will only change if we pick a different rule to apply at some position in the tree..
A árvore de análise só vai mudar se nós escolhemos uma regra diferente para aplicar em alguma posição na árvore..
A more accurate analysis would take the depth of the parse tree into account separately from the input size.
Uma análise mais precisa levaria a profundidade da árvore de análise sintática em conta separadamente a partir do tamanho da entrada.
But can a different parse tree still produce the same terminal string, which is( x+ y)* x- z* y/( x+ x) in this case?
Porém, pode uma árvore de análise diferente ainda produzir a mesma seqüência terminal, que é( x+ y)* x- z* y/ x+ x nesse caso?
Unlike CFGs, PEGs cannot be ambiguous; if a string parses,it has exactly one valid parse tree.
Ao contrário das GLCs, GASEs não podem ser ambíguas; Se uma cadeia é analisada sintaticamente,então ela tem exatamente um árvore de análise sintática válida.
A left-associative evaluation would have resulted in the parse tree codice_35 and the completely different results 625, 244140625 and finally~5.9604645× 1016.
A avaliação associativa à esquerda teria resultado na árvore de análise sintática(( 5^ 4)^ 3)^ 2 e os resultados completamente diferentes 625, 244140625 e finalmente~ 5,9604645× 10 16.
Packrat parsing requires storage proportional to the total input size,rather than the depth of the parse tree as with LR parsers.
Analisador packrat requer armazenamento proporcional ao tamanho total de entrada,em vez da profundidade da árvore de análise sintática como os analisadores com LR.
Parse trees may be generated for sentences in natural languages(see natural language processing), as well as during processing of computer languages, such as programming languages.
Árvores sintáticas podem ser geradas para sentenças em linguagem natural como também durante o processamento de linguagens formais, tais como as linguagens de programação.
If a rule is matched,a node corresponding to the token will be added to the parse tree and the parser will ask for another token.
Quando uma regra correspondente é encontrada,um nó correspondente ao token é adicionado à árvore de análise e o analisador solicita outro token.
In this Optimizer-machine, the encoding function α takes source code from the input-type Y(the program source) andloads it into the memory-type X a parse tree.
Nesse Otimizador, a função de codificação α toma o código-fonte da entrada do tipo Y(a fonte do programa) ea carrega na memória de tipo X árvore de análise sintática.
The compiler that compiles source code into machine code first parses it into a parse tree and then translates the tree into a machine code document.
O compilador que compila um código-fonte em código de máquina começa por analisá-lo em uma árvore de análise e então traduz a árvore em um documento de código de máquina.
By carefully choosing the order in which the grammar alternatives are specified,a programmer has a great deal of control over which parse tree is selected.
Escolhendo cuidadosamente a ordem em que as alternativas da gramática são especificadas,um programador tem um grande controle sobre qual árvore de análise sintática é selecionada.
The relation DoSubExpr maps a parse tree containing multiple occurrences of the same expression"x+ y… x+ y" into an optimized version with a local variable to store the repeated computation" z:= x+ y;… z… z.
A relação DoSubExpr mapeia a árvore sintática contendo múltiplas ocorrencias da mesma expressão"x+ y… x+ y" em uma versão otimizada com uma variável local para armazenar as repetidas computações" z:= x+ y;… z… z.
The consequence is that if a CFG is transliterateddirectly to a PEG, any ambiguity in the former is resolved by deterministically picking one parse tree from the possible parses..
A conseqüência é que, se uma GLC é transliterada diretamente a uma GASE,qualquer ambiguidade na antiga é resolvida escolhendo uma árvore de análise sintática deterministicamente a partir das possíveis análises sintáticas.
However, if all parse trees of an ambiguous sentence are to be kept, it is necessary to store in the array element a list of all the ways the corresponding node can be obtained in the parsing process.
No entanto, se todas as árvores sintáticas de uma sentença ambígua precisarem ser mantidas, é necessário guardar no elemento do vetor uma lista de todos os caminhos que o nó correspondente pode ser obtido no processo de análise sintática.
In some approaches, synthesized attributes are used to pass semantic information up the parse tree, while inherited attributes help pass semantic information down and across it.
Em algumas abordagens, os atributos sintetizados são utilizados para transmitir informação semântica no sentido bottom-up na árvore sintática ao passo que os atributos herdados passam informações semânticas no sentido top-down na árvore sintática..
However, the parse tree explosion problem that ambiguities in natural language tend to produce in this type of approach is worsened for EAGs because each choice of affix value may produce a separate parse, even when several different values are equivalent.
No entanto, o problema da Árvore de análise sintática na qual ambiguidades na linguagem natural tendem a serem produzidas nesse tipo de abordagem, é agravado por GAEs porque cada escolha de valor de afixo pode produzir uma análise separada, ainda quando vários valores diferentes são equivalentes.
History==W-grammars are based on the idea of providing the nonterminal symbols of context-free grammars with"attributes"(or"affixes")that pass information between the nodes of the parse tree, used to constrain the syntax and to specify the semantics.
História==Gramáticas-W são baseadas na ideia de fornecer aos símbolos não-terminais de gramáticas livres de contexto"atributos"(ou"afixos")que passam informações entre os nodos da árvore sintática usados para restringir a sintaxe e especificar a semântica.
For some grammars and some inputs,the depth of the parse tree can be proportional to the input size, so both an LR parser and a packrat parser will appear to have the same worst-case asymptotic performance.
Para algumas gramáticas e algumas entradas,a profundidade da árvore de análise pode ser proporcional ao tamanho da entrada, assim tanto um analisador LR e um analisador packrat parecerão ter o mesmo desempenho de pior caso assintótico.
As a result, the first step to describing the meaning of an utterance in language is to break it down part by part andlook at its analyzed form known as its parse tree in computer science, and as its deep structure in generative grammar.
Como resultado, o primeiro passo para descrever o significado de uma elocução de uma linguagem é quebrá-la parte por parte, everificar a sua forma analítica conhecida como"árvore de análise" em Ciência da Computação, e como"estrutura profunda" em gramática gerativa.
The first two lines, extract the conditional expression and the loop body from the parse tree and then we simply plug in the conditional expression and the loop body into a Python while loop--so while the conditional expression is true we're going to execute the loop body--pretty straightforward.
As duas primeiras linhas extraem a expressão condicional e o corpo do loop da árvore de parsing, e então simplesmente plugamos a expressão condicional e o corpo do loop em um while de Python. Portanto, se a expressão condicional é True, vamos executar o corpo do loop-- bastante direto.
The lexer(sometimes called tokenizer) that is responsible for breaking the input into valid tokens, andthe parser that is responsible for constructing the parse tree by analyzing the document structure according to the language syntax rules.
Oanalisador léxico(às vezes chamado tokenizador), responsável pela divisão da entrada em tokens válidos eo analisador, responsável pela construção da árvore de análise ao analisar a estrutura do documento conforme as regras de sintaxe da linguagem.
In our parse tree, this is where we represented as a tuple, where the first element is the string while to indicate that this is a while loop. The second element is the expression--the condition that determines whether or not we execute the loop body. The last element of the tuple is the sequence of statements that comprise the loop body.
Em nossa árvore de parsing, isso é representado como uma tupla, onde o primeiro elemento é o string"while"-- para indicar que é um while loop-- o segundo elemento é a expressão-- a condição que determina se o corpo é ou não executado-- e o último elemento da tupla é a sequência de comandos que constitui o corpo do loop.
This shared forest can conveniently be read as an ambiguous grammar generating only the sentence parsed, but with the same ambiguityas the original grammar, and the same parse trees up to a very simple renaming of non-terminals, as shown by Lang 1994.
Essa floresta de árvores pode ser convenientemente lida como uma gramática ambígua gerando apenas a sentença analisada, mascom mesma ambiguidade que a gramática original, e as mesmas árvores sintáticas até um simples renomeamento de não terminais, como mostrado por Lang 1994.
Results: 30, Time: 0.0404

Word-for-word translation

Top dictionary queries

English - Portuguese