Example #1
0
 public override void setAboutInformation()
 {
     appAboutInfo = new imbACE.Core.application.aceApplicationInfo()
     {
         software = "NLP Toolkit",
         version  = "1.0"
     };
 }
 public override void setAboutInformation()
 {
     appAboutInfo = new imbACE.Core.application.aceApplicationInfo {
         applicationVersion = "0.1v",
         author             = "Goran Grubić",
         software           = "imbNLP Text console application",
         organization       = "imbVeles",
         license            = "GNU GPL v3.0",
         copyright          = "Copyright (C) 2017",
         welcomeMessage     = "Purpose of this console is to allow access to test and explore tools that are under development",
         comment            = ""
     };
 }
Example #3
0
 public override void setAboutInformation()
 {
     appAboutInfo = new imbACE.Core.application.aceApplicationInfo
     {
         software           = "imbWBI Console tool",
         author             = "Goran Grubić",
         license            = "GNU General Public Licence v3.0",
         copyright          = "Copyright (c) 2017-2018",
         applicationVersion = "v0.3",
         organization       = "imbVeles",
         welcomeMessage     = "Application provides access to imbWBI (Web Business/Competitive Intelligence), imbWEM (Semantic & Focused Web Crawling) and imbNLP (Natural Language Processing and Ontology auto-construction) plug-ins.",
         comment            = "Console tool for command line and ACE script execution of imbWBI experiments and analitics tasks"
     };
 }