Select Git revision
-
罗崚骁 authored
* update sumbt translation train result with evaluation mode set * update extract values * automatically download sumbt model * dstc9 eval * dstc9 xldst evaluation * modify example * add .gitignore * remove precision, recall, f1 * release 250 test data
罗崚骁 authored* update sumbt translation train result with evaluation mode set * update extract values * automatically download sumbt model * dstc9 eval * dstc9 xldst evaluation * modify example * add .gitignore * remove precision, recall, f1 * release 250 test data
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TLA2BException.java 166 B
package de.tla2b.exceptions;
@SuppressWarnings("serial")
public abstract class TLA2BException extends Exception{
public TLA2BException(String e){
super(e);
}
}