Skip to content

Commit 0110040

Browse files
author
Brian Kjersten
committed
ETROG-3006: Add PERCEPTRON to the DisambiguatorType enum.
1 parent 35e0b7b commit 0110040

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)