Parsing

  • 11parsing — Synonyms and related words: blocking, descriptive grammar, detailing, enumeration, generative grammar, glossematics, grammar, grammatical analysis, grammatical theory, grammaticality, itemization, morphology, phonology, phrase structure grammar,… …

    Moby Thesaurus

  • 12Parsing — Pạr|sing 〈n.; Gen.: od. s, Pl.: s; EDV〉 Teil der Programmübersetzung durch einen Compiler, der sich mit der syntaktischen Analyse des Quellprogrammes befasst, um dessen formale Struktur zu ermitteln; Syn. Syntaxanalyse [Etym.: zu engl. parse… …

    Lexikalische Deutsches Wörterbuch

  • 13parsing — pÉ‘rz/pɑː v. break a word into parts, analyze the grammatical structure of a sentence n. division of input into small sections that are easy for a program to process (Computers) …

    English contemporary dictionary

  • 14parsing — parings …

    Anagrams dictionary

  • 15parsing — parsˈing noun • • • Main Entry: ↑parse …

    Useful english dictionary

  • 16Top-down parsing — is a strategy of analyzing unknown data relationships by hypothesizing general parse tree structures and then considering whether the known fundamental structures are compatible with the hypothesis. It occurs in the analysis of both natural… …

    Wikipedia

  • 17Bottom-up parsing — (also known as shift reduce parsing) is a strategy for analyzing unknown data relationships that attempts to identify the most fundamental units first, and then to infer higher order structures from them. It attempts to build trees upward toward… …

    Wikipedia

  • 18Top-down parsing language — (TDPL) is a type of analytic formal grammar developed by Alexander Birman in the early 1970s in order to study formally the behavior of a common class of practical top down parsers that support a limited form of backtracking. Birman originally… …

    Wikipedia

  • 19Statistical parsing — is a group of parsing methods within natural language processing. The methods have in common that they associate grammar rules with a probability. Grammar rules are traditionally viewed in computational linguistics as defining the valid sentences …

    Wikipedia

  • 20Scannerless parsing — (also called lexerless parsing ) refers to the use of a single formalism to express both the lexical and context free syntax used to parse a language.This parsing strategy is suitable when a clear lexer parser distinction is not required.… …

    Wikipedia