コード例 #1
0
		static void Main(string[] args)
		{
			// TDMS 21 Sept 2005 - added dictionary path
			Wnlib.WNCommon.path = "C:\\Program Files\\WordNet\\3.0\\dict\\";

			DemoTest t=new DemoTest() ;			
		}
コード例 #2
0
ファイル: DemoTest.cs プロジェクト: Shoop123/Reworder-C-Sharp
		static void Main(string[] args)
		{
			// TDMS 21 Sept 2005 - added dictionary path
			Wnlib.WNCommon.path = @"C:\Users\Daniel\Google Drive\Programming\C#\Anti-Plagiarism\References\WordNetAPI-master\WordNetAPI-master\resources\";

			DemoTest t=new DemoTest() ;			
		}
コード例 #3
0
        static void Main(string[] args)
        {
            // TDMS 21 Sept 2005 - added dictionary path
            Wnlib.WNCommon.path = "C:\\Program Files\\WordNet\\2.1\\dict\\";

            DemoTest t = new DemoTest();
        }
コード例 #4
0
        static void Main(string[] args)
        {
            // TDMS 21 Sept 2005 - added dictionary path
            //Wnlib.WNCommon.path = "C:\\Program Files\\WordNet\\3.0\\dict\\";
            Wnlib.WNCommon.path = @"C:\Users\blosser\Downloads\dict\";

            DemoTest t = new DemoTest();
        }
コード例 #5
0
ファイル: DemoTest.cs プロジェクト: ngocnt1801/QBCS
        static void Main(string[] args)
        {
            // TDMS 21 Sept 2005 - added dictionary path
            Wnlib.WNCommon.path = @"WordNet\dict\";

            DemoTest t = new DemoTest();

            Console.ReadLine();
        }