Open danyaljj opened 8 years ago
I think cached properties do not work correctly when the property is parameterized. Here is an example:
val L1aL2a = (b: BaselineLearner) => property(essentialTermTokens, cache = true) { x: Constituent => labelOneAfter(b)(x) }
I think cached properties do not work correctly when the property is parameterized. Here is an example: