From: Brian S. <xue...@us...> - 2008-02-08 14:52:02
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2227/languages Modified Files: Tag: b0_22_2 English-parser.nsh Japanese-parser.nsh Log Message: getpopfile.org now points to the project's new server. Adjust relevant download links and internet shortcuts. Index: Japanese-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/Japanese-parser.nsh,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** Japanese-parser.nsh 24 Nov 2007 04:35:47 -0000 1.1.2.6 --- Japanese-parser.nsh 8 Feb 2008 14:48:49 -0000 1.1.2.7 *************** *** 8,12 **** # file defines some constants instead of using LanguageString commands. # ! # Copyright (c) 2007 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # file defines some constants instead of using LanguageString commands. # ! # Copyright (c) 2007-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 61,65 **** !define C_NPLS_Note "¦ ª©¿«Ì¸xÆ POPFile ̪޸xÆÌÔÉͼÚÌöÊÖWÍÈAÇÌvOðgpµÄà POPFile ̪޸xÉÍÙÆñÇá¢ÍȢƢ¤ÊªoĢܷB\r\n\r\n¦ ª©¿«ÌvOðÏX·éÆAêIÉ POPFile ̪޸xªáº·éÂ\«ª èÜ·B\r\n\r\n¦ CXg[ãɪ©¿«ÌvOðÏX·é±ÆàūܷBڵͺÌNðNbNB" ! !define C_NPLS_Link "http://getpopfile.org/wiki/jp:faq:mecab" ;------------------------------------------------------------------------------------------- --- 61,65 ---- !define C_NPLS_Note "¦ ª©¿«Ì¸xÆ POPFile ̪޸xÆÌÔÉͼÚÌöÊÖWÍÈAÇÌvOðgpµÄà POPFile ̪޸xÉÍÙÆñÇá¢ÍȢƢ¤ÊªoĢܷB\r\n\r\n¦ ª©¿«ÌvOðÏX·éÆAêIÉ POPFile ̪޸xªáº·éÂ\«ª èÜ·B\r\n\r\n¦ CXg[ãɪ©¿«ÌvOðÏX·é±ÆàūܷBڵͺÌNðNbNB" ! !define C_NPLS_Link "http://getpopfile.org/docs/jp:faq:mecab" ;------------------------------------------------------------------------------------------- Index: English-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/English-parser.nsh,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** English-parser.nsh 24 Nov 2007 00:11:34 -0000 1.1.2.4 --- English-parser.nsh 8 Feb 2008 14:48:49 -0000 1.1.2.5 *************** *** 7,11 **** # build of the installer. # ! # Copyright (c) 2007 John Graham-Cumming # # This file is part of POPFile --- 7,11 ---- # build of the installer. # ! # Copyright (c) 2007-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 60,64 **** !define C_NPLS_Note "* The wakachi-gaki accuracy does not relate directly to POPFile's classification accuracy.\r\n In an experiment POPFile's accuracy was not significantly affected by the choice of parser.\r\n\r\n* Changing wakachi-gaki program may temporarily reduce POPFile's classification accuracy.\r\n\r\n* You can change the wakachi-gaki program after the installation. For more information, click" ! !define C_NPLS_Link "http://getpopfile.org/wiki/jp:faq:mecab" ;------------------------------------------------------------------------------------------- --- 60,64 ---- !define C_NPLS_Note "* The wakachi-gaki accuracy does not relate directly to POPFile's classification accuracy.\r\n In an experiment POPFile's accuracy was not significantly affected by the choice of parser.\r\n\r\n* Changing wakachi-gaki program may temporarily reduce POPFile's classification accuracy.\r\n\r\n* You can change the wakachi-gaki program after the installation. For more information, click" ! !define C_NPLS_Link "http://getpopfile.org/docs/jp:faq:mecab" ;------------------------------------------------------------------------------------------- |