Skip to content
Snippets Groups Projects
Commit 5813a922 authored by Shyam Upadhyay's avatar Shyam Upadhyay
Browse files

adding tense feats

parent 8f85e3cc
No related branches found
Tags v.3.2
No related merge requests found
...@@ -20,6 +20,7 @@ public class AllFeatures extends Classifier { ...@@ -20,6 +20,7 @@ public class AllFeatures extends Classifier {
{ {
features = new ArrayList<>(); features = new ArrayList<>();
features.add(new ClauseFeature()); features.add(new ClauseFeature());
features.add(new TenseFeature());
// features.add(new VoiceFeature()); // features.add(new VoiceFeature());
features.add(new FrameFeature()); features.add(new FrameFeature());
// features.add(new FrameVoiceConjFeature()); // 93.495 48.640 F1 63.990 // features.add(new FrameVoiceConjFeature()); // 93.495 48.640 F1 63.990
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment