Commit Graph
11 Commits
Author SHA1 Message Date
prasanth.kolachina ef33f1ab35 python examples compatible with both Python 2 and 3 2016-09-19 08:32:08 +00:00
prasanth.kolachina 8efff76703 K translations in pipeline 2015-04-27 15:59:49 +00:00
prasanth.kolachina 53f0307404 K Linearizations 2015-04-27 15:59:25 +00:00
prasanth.kolachina dedad558a8 Python linearizeAll with lazyness
linearizeAll function will take an expression and an optional
n keyword argument and return an iterator to the n-variant 
linearizations of the expression.
2015-04-27 15:47:57 +00:00
prasanth.kolachina c17501540a Changes in lexer 2015-04-26 07:44:18 +00:00
prasanth.kolachina 100c583916 Bug fix in gf_utils 2015-04-24 18:46:03 +00:00
prasanth.kolachina 7d876fd665 No debug messages 2015-04-22 18:51:55 +00:00
prasanth.kolachina 12216449e0 Minor bug in pgf parse and kparse 2015-04-22 18:49:49 +00:00
prasanth.kolachina 57006b6296 README for Python translation pipeline 2015-04-22 13:14:26 +00:00
prasanth.kolachina c3a626686e Cleaned up Python Translation pipeline 2015-04-22 11:30:26 +00:00
prasanth.kolachina 2b1b0568a1 Examples for using Python bindings
The examples directory contains two modules for using Python bindings in GF.
The gf_utils module provides various Python functions to perform parsing
and linearization using the C runtime. Additionally, the translation_pipeline
module is an replica of the current pipeline used in the Wide-coverage
Web translation pipeline.
2015-04-22 07:04:21 +00:00