Closed GoogleCodeExporter closed 9 years ago
That's a good point. I think an enum would be fine here.
To me the scenario above seems very reasonable if you decide that having
lowercased covered text features only is better than having both the covered
text features and the lowercased covered text features.
Original comment by phi...@ogren.info
on 27 Oct 2013 at 5:10
I think I was confused by your "collect features ... after its been lower
cased". I thought you meant you wanted to apply more FeatureFunctions after the
lower casing, in which case wrapping it in a FeatureFunctionExtractor seems
like the wrong thing to do.
I'm okay with adding an enum to the FeatureFunctionExtractor constructor that
allows for ADD (the current behavior) and REPLACE (your desired behavior).
Original comment by steven.b...@gmail.com
on 27 Oct 2013 at 6:46
This issue was closed by revision 8ed2eb674e12.
Original comment by phi...@ogren.info
on 31 Oct 2013 at 5:01
Original issue reported on code.google.com by
phi...@ogren.info
on 27 Oct 2013 at 5:07