| | |
| | | @Autowired |
| | | private IDictBizClient bizDictClient; |
| | | |
| | | private static final String DEFAULT_ANNOTATION_SETTING = "(,)"; |
| | | //private static final String DEFAULT_ANNOTATION_SETTING = "(,)"; |
| | | |
| | | public static final String ANNOTATION_DICT = "machine_annotation"; |
| | | /** |
| | | * 发送目录行索引(第2行) 0 based |
| | | */ |
| | | public static final int SENDPATH_LINE_INDEX = 1; |
| | | ///public static final int SENDPATH_LINE_INDEX = 2; |
| | | /** |
| | | * 状态行索引(第三行) 0 based |
| | | */ |
| | | public static final int STATUS_LINE_INDEX = 2; |
| | | //public static final int STATUS_LINE_INDEX = 3; |
| | | |
| | | /** |
| | | * 偏离单注释行索引号 0 based |
| | | */ |
| | | public static final int STATUS_DEVIATION_INDEX = 3; |
| | | //public static final int STATUS_DEVIATION_INDEX = 4; |
| | | |
| | | public static final String SQ = "SQ"; |
| | | public static final String GH = "GH"; |
| | | public static final String PL = "PL"; |
| | | |
| | | |
| | | public List<DictBiz> getAnnotionDictList(){ |
| | | List<DictBiz> annotationList; |