pypolibox icon indicating copy to clipboard operation
pypolibox copied to clipboard

product recommendation text generation using OpenCCG

Results 4 pypolibox issues
Sort by recently updated
recently updated
newest added

Changes: * Executed 2to3 tool on the code. * Fixed import problems due to changes in ```__import__``` * Fixed str now being unicode. * Fixed wrong uses of "is" as...

There's an old test function which generates all test queries. It points to a pickle file that doesn't exist anymore. ``` python In [1]: from pypolibox.pypolibox import test In [2]:...

bug

We can convert an HLDS XML file to an attribute-value matrix formatted with LaTeX and generate a PDF file from it. Right now, this only works if we're in `src/pypolibox`...

bug

There are a few message blocks that `pypolibox` currently can't turn into an HLDS structure, since there is/are no corresponding rules/vocabulary in the OpenCCG grammar fragment we're using. Have a...

enhancement