Skip to content

Commit 8d93034

Browse files
committed
ETROG-3513: Add DNN as new morphology model type
1 parent 1bfefda commit 8d93034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/src/main/java/com/basistech/rosette/apimodel/MorphologyModelType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*/
2222
public enum MorphologyModelType {
2323
DEFAULT,
24+
DNN,
2425
PERCEPTRON,
2526
/**/;
2627
}

0 commit comments

Comments
 (0)