コード例 #1
0
ファイル: Oracle.cs プロジェクト: Sojaner/NMaltParser
 public abstract GuideUserAction predict(IDependencyStructure gold, ParserConfiguration config);
コード例 #2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public abstract org.maltparser.parser.history.action.GuideUserAction defaultAction(org.maltparser.parser.history.GuideUserHistory history, ParserConfiguration configuration) throws org.maltparser.core.exception.MaltChainedException;
        public abstract GuideUserAction defaultAction(GuideUserHistory history, ParserConfiguration configuration);
コード例 #3
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public abstract boolean permissible(org.maltparser.parser.history.action.GuideUserAction currentAction, ParserConfiguration config) throws org.maltparser.core.exception.MaltChainedException;
        public abstract bool permissible(GuideUserAction currentAction, ParserConfiguration config);
コード例 #4
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public abstract org.maltparser.parser.history.action.GuideUserAction getDeterministicAction(org.maltparser.parser.history.GuideUserHistory history, ParserConfiguration config) throws org.maltparser.core.exception.MaltChainedException;
        public abstract GuideUserAction getDeterministicAction(GuideUserHistory history, ParserConfiguration config);
コード例 #5
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public abstract void apply(org.maltparser.parser.history.action.GuideUserAction currentAction, ParserConfiguration config) throws org.maltparser.core.exception.MaltChainedException;
        public abstract void apply(GuideUserAction currentAction, ParserConfiguration config);