We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e0b7b + 0110040 commit 55644c9Copy full SHA for 55644c9
1 file changed
model/src/main/java/com/basistech/rosette/apimodel/DisambiguatorType.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2018 Basis Technology Corp.
+ * Copyright 2019 Basis Technology Corp.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -22,5 +22,6 @@
22
public enum DisambiguatorType {
23
DICTIONARY,
24
DNN,
25
+ PERCEPTRON,
26
/**/;
27
}
0 commit comments