Global ETD Search

Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.

Results

Showing 1 to 20 of 190 for “"Parse"”.

  1. Parse reranking with WordNet using a hidden variable model

    We present a new parse reranking algorithm that extends work in (Michael Collins and Terry Koo 2004) by incorporating WordNet (Miller et al. 1993) word senses. Instead of attempting explicit word sense disambiguation, we retain word sense ambiguity in a hidden variable model. We define a …

    mit Repository record for Parse reranking with WordNet using a hidden variable model (opens in a new tab)

  2. Pandi : Desarrollo en Android usando SDK Parse, Facebook y Google Client

    La idea general del proyecto es el desarrollo de un software completo, más concretamente, una aplicación para móvil desarrollada en Android, pasando por todas las etapas: análisis, diseño, implementación, etc. La aplicación está orientada a la interactuación de grupos de personas.

    catalunya Repository record for Pandi : Desarrollo en Android usando SDK Parse, Facebook y Google Client (opens in a new tab)

  3. Natural Language Processing Methods to Automatically Parse Eligibility Criteria in Dietary Supplements Clinical Trials

    … Named Entity Recognition (NER) system to parse the clinical trial eligibility criteria. The study comprises of two parts. In the first part of the study, the objective was to (1) understand data elements associated with DS trials’ eligibility criteria and assess if they can be mapped to …

    umn Repository record for Natural Language Processing Methods to Automatically Parse Eligibility Criteria in Dietary Supplements Clinical Trials (opens in a new tab)

  4. Finite-State Morphological Parsing Using Register Vector Grammars

    Although the RVGMP can parse some data which Kimmo cannot parse, the RVGMP is slower on average than Kimmo. Poor program design is responsible for this slow time. A revised program design, based in part on a new design for RVG, is proposed. Since the redesigned RVGs have doubled their parsing …

    uiuc Repository record for Finite-State Morphological Parsing Using Register Vector Grammars (opens in a new tab)

  5. Detecting grammatical errors with treebank-induced, probabilistic parsers

    … method exploits the differences between parse results for grammars trained on grammatical and ungrammatical treebanks. The second approach builds an estimator of the probability of the most likely parse using grammatical training data that has previously been parsed and annotated with …

    dcu Repository record for Detecting grammatical errors with treebank-induced, probabilistic parsers (opens in a new tab)

  6. The Design and Implementation of a Prolog Parser Using Javacc

    … text is LL(1) in nature and any standard LL parser generator tool can be used to parse it. However, the Prolog text that conforms to the ISO Prolog standard allows the definition of dynamic operators. Since Prolog operators can be defined at run-time, operator symbols are not present in the …

    unt Repository record for The Design and Implementation of a Prolog Parser Using Javacc (opens in a new tab)

  7. An object-oriented parser generator for LL(1) grammars

    … of Object-Oriented techniques to build both a parser and a parser generator for an LL(1) attributed grammars. When top-down parsing is being used, a node of the parse tree is expanded into several other nodes. Thinking in terms of objects, an object in the tree constructs other objects. An …

    concordia Repository record for An object-oriented parser generator for LL(1) grammars (opens in a new tab)

  8. A Performance Survey of Text-Based Sentiment Analysis Methods for Automating Usability Evaluations

    … sentiment analyzer that could correctly parse moments as well as human evaluators, one analyzer was found to be able to parse positive moments found through audio-only cues as well as human evaluators. Further research into adjusting settings on current sentiment analyzers for usability …

    calpoly Repository record for A Performance Survey of Text-Based Sentiment Analysis Methods for Automating Usability Evaluations (opens in a new tab)

  9. Garden path tripartite compounds

    … the reader must decide if the compound should be parsed as one lexical unit or as two (or more) separate units. A classic example of this is the sentence Washing machines can be boring. To a more extreme degree, spaced tripartite compounds such as dog bite victim, where the middle constituent is a …

    uiuc Repository record for Garden path tripartite compounds (opens in a new tab)

  10. Nail - a practical tool for parsing and generating data formats

    … the notion of semantic actions, used by existing parser generators, which reduces the expressive power but allows Nail to both parse data formats and generate them from the internal object model, by establishing a semantic bijection between the data format and the object model. Third, Nail …

    mit Repository record for Nail - a practical tool for parsing and generating data formats (opens in a new tab)

  11. An object-based codesign methodology.

    … A new object-based codesign approach (Co-PARSE) is thus developed in this project, which is supported by successive phases, guidelines, and techniques. This methodology offers a coherent design framework for real-time embedded systems and incorporates the criteria of system performance and …

    sheffield-hallam Repository record for An object-based codesign methodology. (opens in a new tab)

  12. Dependency reordering features for Japanese-English phrase-based translation

    … novel feature functions, based on a dependency parse of the input Japanese sentence, which identify candidate translations that put dependency relationships into correct English order. For example, one feature identifies translations that put verbs before their objects. The weights for these …

    mit Repository record for Dependency reordering features for Japanese-English phrase-based translation (opens in a new tab)

  13. Nearly Euclidean Thurston Maps and the Halfspace Theorem

    … Euclidean}. These maps were specified to parse Thurston's combinatorial characterization of rational functions. We determine an extension of the half-space theorem which provides an open hyperbolic half-space such that the negative reciprocal of any fixed slope value is excluded from the …

    vt Repository record for Nearly Euclidean Thurston Maps and the Halfspace Theorem (opens in a new tab)

  14. Automated Pipelines for Information Extraction from Semi-Structured Documents in Structured Format

    … amount of eff orts towards developing methods to parse information from them automatically. While many parts of this industry are automated, there are still scenarios where certain types of documents cannot be read by machine with high accuracy and throughput. It becomes especially more difficult …

    mit Repository record for Automated Pipelines for Information Extraction from Semi-Structured Documents in Structured Format (opens in a new tab)

  15. Using Dependency Parses to Augment Feature Construction for Text Mining

    … we evaluate the utility of dependency parses as textual features for different text mining applications. Dependency parsing is one form of syntactic parsing, based on the dependency grammar implicit in sentences. While dependency parsing has traditionally been used for text …

    vt Repository record for Using Dependency Parses to Augment Feature Construction for Text Mining (opens in a new tab)

  16. Latent Compositional Representations for English Function Word Comprehension

    … as latent and thus requires no gold parse labels. Results show that across four function-word-focused NLI probing tasks, tree-compositional models perform as well as LSTMs, but lag behind BERT to varying degrees between tasks. Context-dependent behavior of tree-compositional models …

    washington Repository record for Latent Compositional Representations for English Function Word Comprehension (opens in a new tab)

  17. The interaction of images and text during comprehension of garden-path sentences: is integration better than good enough?

    … processing model claims that readers often parse sentences by developing only shallow representations of the structure, and thus never return from ""down the garden path"" to arrive at the correct, syntactically licensed interpretation (Ferreira, Ferraro, & Bailey, 2002; Ferreira & Patson, …

    uiuc Repository record for The interaction of images and text during comprehension of garden-path sentences: is integration better than good enough? (opens in a new tab)

  18. Minimal supervision for language learning: bootstrapping global patterns from local knowledge

    … To accomplish this, the listener must parse the sentence, find constituents that are candidate arguments, and assign semantic roles to those constituents. Each step depends on prior lexical and syntactic knowledge. Where do children begin in solving this problem when learning their …

    uiuc Repository record for Minimal supervision for language learning: bootstrapping global patterns from local knowledge (opens in a new tab)

Page 1 of 10