You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently while executing psl-examples the run.sh of all interfaces (expect CLI) does not take command line arguments as parameters for psl or logging. CLI recently supported this feature. https://github.com/linqs/psl-examples/pull/5 . This issue is to track command line arguments support for the groovy, java and python interfaces of psl-examples.
The text was updated successfully, but these errors were encountered:
Comment by eriq-augustine Sunday Mar 10, 2019 at 19:39 GMT
More succinctly stated, we want all of our standard implementations to be able to take in command line arguments like the cli.
Note that in interfaces that are less structured that the cli (every other interface), there are two places that work must be done: the interface itself and the example/suggested usage of the interface
The interface itself refers to the package in the psl core repo (e.g. psl-groovy). The example/usage refer to the implementations in psl-examples.
It is very important that the correct line is drawn between them.
Sunday Mar 10, 2019 at 19:22 GMT
Originally opened as eriq-augustine#199
Currently while executing psl-examples the run.sh of all interfaces (expect CLI) does not take command line arguments as parameters for psl or logging. CLI recently supported this feature. https://github.com/linqs/psl-examples/pull/5 . This issue is to track command line arguments support for the groovy, java and python interfaces of psl-examples.
The text was updated successfully, but these errors were encountered: