eriq-augustine / psl

The PSL software from the LINQS lab.
Apache License 2.0
4 stars 7 forks source link

JSON Inserter #163

Closed eriq-augustine closed 4 years ago

eriq-augustine commented 6 years ago

We should make an inserter that takes a JSON file and can load multiple predicates. This interface can be flexible, but will not be efficient (we will not be able to use bluk copying operations).

This one will be a bit different than normal because we cannot use a standard Inserter (those are bound to a predicate and partition). So we will probably have to attach this method directly to a DataStore.

In the object, we will need to define:

For the truth value, we can probably allow a mix of allowing truth values or not.

eriq-augustine commented 6 years ago

We are taking comments on data loading here: https://groups.google.com/d/topic/psl-users/KH9KXe8MQqs/discussion