Пример #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: @Override public int getDefaultRootEdgeLabelCode(org.maltparser.core.symbol.SymbolTable table) throws org.maltparser.core.exception.MaltChainedException
        public int GetDefaultRootEdgeLabelCode(SymbolTable table)
        {
            return(rootLabels.getDefaultRootLabelCode(table).Value);
        }