Skip to content

Commit

Permalink
Add NO-OP TextFeatureBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Feb 21, 2016
1 parent 69cd244 commit 2510026
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/java/net/zomis/machlearn/text/TextFeatureBuilder.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package net.zomis.machlearn.text;

public class TextFeatureBuilder {


public void add(String processed) {

}

public TextFeatureMapper mapper() {
return new TextFeatureMapper();
}

}

0 comments on commit 2510026

Please sign in to comment.