Class NeuralNetworkRuleCreator


  • public abstract class NeuralNetworkRuleCreator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String CONFUSION_SET_FILENAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Rule> createRules​(java.util.ResourceBundle messages, Language language, Word2VecModel word2vecModel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONFUSION_SET_FILENAME

        private static final java.lang.String CONFUSION_SET_FILENAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • NeuralNetworkRuleCreator

        private NeuralNetworkRuleCreator()
    • Method Detail

      • createRules

        public static java.util.List<Rule> createRules​(java.util.ResourceBundle messages,
                                                       Language language,
                                                       Word2VecModel word2vecModel)
                                                throws java.io.IOException
        Throws:
        java.io.IOException