Giter VIP home page Giter VIP logo

Comments (2)

dmcc avatar dmcc commented on August 15, 2024

Can you give a description of what kind of parsing model you're trying to train? (what type of training data do you have? what language?)

  1. In general, the development corpus is usually a portion (5-20%) of the overall training data which is not used for training. This allows the parser to better adjust some of the smoothing parameters to handle unseen data. For example, when training Wall Street Journal parsers, usually about 20 sections are used for training and 1 section is used for development.

  2. That's mostly right -- the featInfo.*, bugFix.txt (which can be empty), terms.txt, and headInfo.txt files are parameters for the parsing model and should be in the new model directory. Training and development corpora shouldn't be in it. If you're not changing languages/treebanks, you can safely copy an existing data directory to make a new one since the training script will overwrite the other files in it (this is in the TRAIN README.rst -- please read it). If you're training a parser for a new language, you will probably want to adjust them -- there's some discussion about this in issue #22.

  3. Unfortunately, you can't easily combine parsing models given their complicated file formats and since each has its own index which you'd need to remap. The easiest way is usually to combine the training the training corpora and then make a model from that.

from bllip-parser.

Yeom avatar Yeom commented on August 15, 2024

I'm really thank you for answering my weird question TT

from bllip-parser.

Related Issues (20)

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.