Git Product home page Git Product logo

xpaf's Introduction

XPath-based Parsing Framework (XPaF)

XPath-based Parsing Framework (XPaF) is a simple, fast, open-source parsing framework that makes it easy to extract relations (subject-predicate-object triples) from HTML and XML documents.

Documentation is available here.

Copyright 2011 Google Inc. All Rights Reserved.

Installation instructions

  1. Install libraries (see platform-specific instructions below)

  2. Build xpaf, run tests, and install

    ./autogen.sh
    ./configure
    make
    make check
    
  3. Clean up

    make clean
    make maintainer-clean
    

Linux installation instructions

  1. Install autotools

    apt-get install autoconf automake libtool
    
  2. Install libraries

    apt-get install gflags libgtest-dev libprotobuf-dev libxml2 protobuf-compiler
    
  3. Install re2 library

    hg clone https://re2.googlecode.com/hg re2
    cd re2
    make install
    
  4. Run ldconfig to set up symlinks for libraries

    ldconfig -n /usr/lib /usr/local/lib
    

OS X installation instructions

  1. Install Homebrew (http://brew.sh/)

  2. Install libraries

    brew install automake libtool gflags libxml2 protobuf re2
    
  3. Install gtest library

    curl -O https://googletest.googlecode.com/files/gtest-1.7.0.zip
    unzip gtest-1.7.0.zip
    cd gtest-1.7.0
    ./configure
    make
    cp -a include/gtest /usr/local/include
    cp -a lib/.libs/*.{a,dylib} /usr/local/lib/
    

xpaf's People

Contributors

asadovsky avatar

Watchers

 avatar

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.