Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What this project does

This project allows you to use the sentence parsing capability of Google's Parsey McParseface project directly from python rather than as a command line utility.

Install steps (OSX)

bazel:

  • brew install bazel
    • versions 0.2.0 - 0.2.2b, NOT 0.2.3

swig:

  • brew install swig

protocol buffers, with a version supported by TensorFlow:

  • pip install -U protobuf==3.0.0b2

asciitree, to draw parse trees on the console for the demo:

  • pip install asciitree

numpy, package for scientific computing:

  • pip install numpy

Install steps (Windows)

  • I am not good with windows. If you have been able to make this work on Windows, I would gladly merge a Pull Request from you.

About

Python McParseface: A way to call Parsey McParseface programmatically in Python

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages