CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Property returning `List[Boolean]` #456

Open danyaljj opened 7 years ago

danyaljj commented 7 years ago

Add a property type for List[Boolean]. Currently we only support Boolean: https://github.com/IllinoisCogComp/saul/blob/master/saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/datamodel/DataModel.scala#L171-L176