pra icon indicating copy to clipboard operation
pra copied to clipboard

Results 9 pra issues
Sort by recently updated
recently updated
newest added

Hello, Sorry for disturbing but I followed the guide and the project doesn't work it said that "No main class detected". The following code contains the result of each command....

Hi, I am running into RAM issues when performing the `CreateMatrices` operation for larger graphs and for more expressive features (i.e., going beyond PRA-like features) using SFE. I observed that,...

Hi, I intend to learn weights for given possible paths and perform inference with these paths. Does the code provide that? If not, do I need to create my own...

Hi, Matt. I was trying to run PRA instead of SFE. But I run into the following problem. [error] Exception in thread "main" java.lang.IllegalStateException: Error specifying embeddings (you must give...

1. The change on code is only in PathFinder.scala. The other twos change nothing. 2. To run pra, some spec_files need to change. The changes for me just runs OK.

With large graphs (such as Freebase), it can take upwards of 10 minutes just to load the graph from disk and create the graph object. Maybe there are some things...

enhancement

The MALLET dependency is 5 years old, and is basically abandoned code. My dependence on MALLET is holding me back from updating some other libraries that MALLET uses (like trove...

code cleanup

The graph files (including any associated dictionaries) really should be compressed, to save disk space and disk I/O time. It would probably be faster when loading these large files, because...

enhancement