[Julius-cvs 904] CVS update: julius4/gramtools/accept_check

アーカイブの一覧に戻る

sumom****@users***** sumom****@users*****
2013年 12月 20日 (金) 01:28:45 JST


Index: julius4/gramtools/accept_check/00readme-ja.txt
diff -u julius4/gramtools/accept_check/00readme-ja.txt:1.1 julius4/gramtools/accept_check/00readme-ja.txt:1.2
--- julius4/gramtools/accept_check/00readme-ja.txt:1.1	Thu Oct  2 17:23:45 2008
+++ julius4/gramtools/accept_check/00readme-ja.txt	Fri Dec 20 01:28:45 2013
@@ -31,30 +31,30 @@
 
 OPTIONS
         -t
-          ’PŒê‚Å‚Í‚È‚­ƒJƒeƒSƒŠ–¼‚Å“ü—́Eo—Í‚·‚éD
+           ’PŒê‚Å‚Í‚È‚­ƒJƒeƒSƒŠ–¼‚Å“ü—́Eo—Í‚·‚éD
 
         -s  spname
-          ƒXƒLƒbƒv‚·‚ׂ«ƒVƒ‡[ƒgƒ|[ƒY’PŒê‚Ì–¼‘O‚ðŽw’è‚·‚éD (default: "sp")
+           ƒXƒLƒbƒv‚·‚ׂ«ƒVƒ‡[ƒgƒ|[ƒY’PŒê‚Ì–¼‘O‚ðŽw’è‚·‚éD (default: "sp")
 
         -v
-          ƒfƒoƒbƒOo—́D
+           ƒfƒoƒbƒOo—́D
 
 EXAMPLES
        vfr (ƒtƒBƒbƒeƒBƒ“ƒOƒ^ƒXƒN—p•¶–@) ‚Å‚ÌŽÀs—áF
 
-          % accept_check vfr
-          Reading in dictionary...done
-          Reading in DFA grammar...done
-          Mapping dict item <-> DFA terminal (category)...done
-          Reading in term file (optional)...done
-          42 categories, 99 words
-          DFA has 135 nodes and 198 arcs
-          -----
-          please input word sequence>silB ”’ ‚É ‚µ‚Ä ‰º‚³‚¢ silE
-          wseq: silB ”’ ‚É ‚µ‚Ä ‰º‚³‚¢ silE
-          cate: NS_B COLOR_N (NI|NI_AT) SURU_V KUDASAI_V NS_E
-          accepted
-          please input word sequence>
+           % accept_check vfr
+           Reading in dictionary...done
+           Reading in DFA grammar...done
+           Mapping dict item <-> DFA terminal (category)...done
+           Reading in term file (optional)...done
+           42 categories, 99 words
+           DFA has 135 nodes and 198 arcs
+           -----
+           please input word sequence>silB ”’ ‚É ‚µ‚Ä ‰º‚³‚¢ silE
+           wseq: silB ”’ ‚É ‚µ‚Ä ‰º‚³‚¢ silE
+           cate: NS_B COLOR_N (NI|NI_AT) SURU_V KUDASAI_V NS_E
+           accepted
+           please input word sequence>
 
 
 SEE ALSO
@@ -63,17 +63,17 @@
         nextword ( 1 )
 
 COPYRIGHT
-       Copyright (c) 1991-2008 ‹ž“s‘åŠw ‰ÍŒ´Œ¤‹†Žº
+       Copyright (c) 1991-2013 ‹ž“s‘åŠw ‰ÍŒ´Œ¤‹†Žº
 
        Copyright (c) 1997-2000 î•ñˆ—U‹»Ž–‹Æ‹¦‰ï(IPA)
 
-       Copyright (c) 2000-2008 “ޗǐæ’[‰ÈŠw‹Zp‘åŠw‰@‘åŠw Ž­–쌤‹†Žº
+       Copyright (c) 2000-2005 “ޗǐæ’[‰ÈŠw‹Zp‘åŠw‰@‘åŠw Ž­–쌤‹†Žº
 
-       Copyright (c) 2005-2008 –¼ŒÃ‰®H‹Æ‘åŠw JuliusŠJ”­ƒ`[ƒ€
+       Copyright (c) 2005-2013 –¼ŒÃ‰®H‹Æ‘åŠw JuliusŠJ”­ƒ`[ƒ€
 
 LICENSE
        Julius ‚ÌŽg—p‹–‘ø‚ɏ€‚¶‚Ü‚·D
 
 
 
-                                  10/02/2008                   ACCEPT_CHECK(1)
+                                  19/12/2013                   ACCEPT_CHECK(1)
Index: julius4/gramtools/accept_check/00readme.txt
diff -u julius4/gramtools/accept_check/00readme.txt:1.1 julius4/gramtools/accept_check/00readme.txt:1.2
--- julius4/gramtools/accept_check/00readme.txt:1.1	Thu Oct  2 17:23:45 2008
+++ julius4/gramtools/accept_check/00readme.txt	Fri Dec 20 01:28:45 2013
@@ -31,29 +31,29 @@
 
 OPTIONS
         -t
-          Use category name as input instead of word.
+           Use category name as input instead of word.
 
         -s  spname
-          Short-pause word name to be skipped. (default: "sp")
+           Short-pause word name to be skipped. (default: "sp")
 
         -v
-          Debug output.
+           Debug output.
 
 EXAMPLES
        An output for "date" grammar:
 
-          % echo '<s> NEXT SUNDAY </s>' | accept_check date
-          Reading in dictionary...
-          143 words...done
-          Reading in DFA grammar...done
-          Mapping dict item <-> DFA terminal (category)...done
-          Reading in term file (optional)...done
-          27 categories, 143 words
-          DFA has 35 nodes and 71 arcs
-          -----
-          wseq: <s> NEXT SUNDAY </s>
-          cate: NS_B (NEXT|NEXT) (DAYOFWEEK|DAYOFWEEK|DAY|DAY) NS_E
-          accepted
+           % echo '<s> NEXT SUNDAY </s>' | accept_check date
+           Reading in dictionary...
+           143 words...done
+           Reading in DFA grammar...done
+           Mapping dict item <-> DFA terminal (category)...done
+           Reading in term file (optional)...done
+           27 categories, 143 words
+           DFA has 35 nodes and 71 arcs
+           -----
+           wseq: <s> NEXT SUNDAY </s>
+           cate: NS_B (NEXT|NEXT) (DAYOFWEEK|DAYOFWEEK|DAY|DAY) NS_E
+           accepted
 
 
 SEE ALSO
@@ -62,14 +62,14 @@
         nextword ( 1 )
 
 COPYRIGHT
-       Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
+       Copyright (c) 1991-2013 Kawahara Lab., Kyoto University
 
-       Copyright (c) 1991-2008 Kawahara Lab., Kyoto University
+       Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
 
        Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and
        Technology
 
-       Copyright (c) 2005-2008 Julius project team, Nagoya Institute of
+       Copyright (c) 2005-2013 Julius project team, Nagoya Institute of
        Technology
 
 LICENSE
@@ -77,4 +77,4 @@
 
 
 
-                                  10/02/2008                   ACCEPT_CHECK(1)
+                                  12/19/2013                   ACCEPT_CHECK(1)



Julius-cvs メーリングリストの案内
アーカイブの一覧に戻る