Code Monkey home page Code Monkey logo

chartparse's Introduction

  • I'm Chris Brew
  • Iā€™m interested in the science and engineering of computational linguistics and NLP.
  • Iā€™m currently learning about the law, as part of my work as a data scientist at Lexis Nexis
  • We built and delivered Lexis+AI, I designed and wrote the summarizer.

chartparse's People

Contributors

cbrew avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

drkhoinguyen

chartparse's Issues

Probabilities

The parser should accommodate probabilities, alllowing computation of both inside probability and best-parse probabilities. This is partially done, seems to merit its own issue and branch.

Documentation

Adjusted documentation to use sphinx instead of epydoc.

MCFG

The parser could be generalized to cover MCFGs, as defined by Seki. These generalize CFGs (for which the yield of a rule is a string of terminal symbols) to the case where the yield of a rule is a tuple of strings of terminal symbols. Since the grammar describes sets of strings, S (the distinguished sentence symbol) is constrained to produce a 1-tuple of strings.

The most recent work on parsing these formalisms focuses attention on Linear Context-Free Rewriting Systems. There is an IWPT 2013 paper:

Andreas van Cranenburgh, Rens Bod (2013).
Discontinuous Parsing with an Efficient and Accurate DOP Model
Proceedings of the International Conference on Parsing Technologies, Nara, Japan, 27-29 November.

and a CL journal article:

Laura Kallmeyer and Wolfgang Maier (2013): *Data-driven Parsing using Probabilistic Linear Context-Free Rewriting Systems." Computational Linguistics, 39(1).

Both of these have associated software.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.