Skip to content

Commit 55644c9

Browse files
authored
Merge pull request #147 from rosette-api/ETROG-3006
ETROG-3006: Make Hebrew perceptron the default
2 parents 35e0b7b + 0110040 commit 55644c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Basis Technology Corp.
2+
* Copyright 2019 Basis Technology Corp.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,5 +22,6 @@
2222
public enum DisambiguatorType {
2323
DICTIONARY,
2424
DNN,
25+
PERCEPTRON,
2526
/**/;
2627
}

0 commit comments

Comments
 (0)