<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>Tickets List - Julius on SourceForge.JP</title>
<link>http://en.sourceforge.jp/projects/julius/ticket/?rss_count=100&amp;status%5B%5D=1&amp;priority%5B%5D=5&amp;priority_mode%5B%5D=ge</link>
<description>Tickets List of Julius Project

List of the following conditions.
 * &quot;Status&quot; Equal: Open
 * &quot;Priority&quot;: Greater equal 5 - Medium

</description>
<language>ja-JP</language><pubDate>Fri, 10 May 2013 02:19:19 +0900</pubDate>
<lastBuildDate>Fri, 10 May 2013 02:19:19 +0900</lastBuildDate>
<item>
<title>Segmentation fault when using binary compilation of CMU language model - Julius Ticket #31325 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=31325</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=31325#232:31325:1368119959</guid>
<pubDate>Fri, 10 May 2013 02:19:19 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Segmentation fault when using binary compilation of CMU language model&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2013-05-10 02:19&quot;&gt;Open Date: 2013-05-10 02:19&lt;/p&gt;&lt;p title=&quot;2013-05-10 02:19&quot;&gt;Last Update: 2013-05-10 02:19&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/vandyswa/&quot; class=&quot;user-link&quot;&gt;vandyswa&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;I am loading the CMU 64000 word 3-gram language model for English, and it works fine but,
of course, loads slowly in its ARPA text format.  The file is successfully converted by &amp;quot;mkbingram -nlr cmu.lm cmu.bin&amp;quot;
but the resulting binary version causes a segmentation fault during loading:
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/tracker/detail/0&quot; class=&quot;tracker&quot;&gt;#0&lt;/a&gt;  0xb7e757e1 in free () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/tracker/detail/1&quot; class=&quot;tracker&quot;&gt;#1&lt;/a&gt;  0x08099ce1 in ngram_info_free (ndata=0x871e970)
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;at src/ngram/ngram_malloc.c:84
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/tracker/detail/2&quot; class=&quot;tracker&quot;&gt;#2&lt;/a&gt;  0x08063395 in initialize_ngram (lmconf=0x82c5718, winfo=0x86d9300)
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;at src/m_fusion.c:459
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/tracker/detail/3&quot; class=&quot;tracker&quot;&gt;#3&lt;/a&gt;  0x08063697 in j_load_lm (recog=0x82c5c78, lmconf=0x82c5718)
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;at src/m_fusion.c:641
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/tracker/detail/4&quot; class=&quot;tracker&quot;&gt;#4&lt;/a&gt;  0x080637d1 in j_load_all (recog=0x82c5c78, jconf=0x82c53f0)
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;at src/m_fusion.c:715
&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/tracker/detail/5&quot; class=&quot;tracker&quot;&gt;#5&lt;/a&gt;  0x0804a183 in main (argc=3, argv=0xbffff674) at main.c:140
&lt;/p&gt;&lt;p&gt;(gdb) p ndata
$1 = (NGRAM_INFO *) 0x871e970
(gdb) p *ndata
$2 = {n = 0, dir = 0, from_bin = 0 '\000', bigram_index_reversed = 0 '\000', 
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;bos_eos_swap = 0 '\000', max_word_num = 0, wname = 0x1c4f, root = 0x0, 
unk_id = 141711416, unk_num = 8192, unk_num_log = 1.1479437e-41, 
isopen = 248 '\370', d = 0x871e9e0, bo_wt_1 = 0x0, p_2 = 0x0, 
bigram_prob = 0, mroot = 0x0}
&lt;/div&gt;&lt;p&gt;(gdb) 
&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2013-05-10 02:19 Update by: &lt;a href=&quot;/users/vandyswa/&quot; class=&quot;user-link&quot;&gt;vandyswa&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;Segmentation fault when using binary compilation of CMU language model&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>プラグイン関数のadin_input_nameが呼び出されない - Julius Ticket #27163 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=27163</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=27163#232:27163:1326884179</guid>
<pubDate>Wed, 18 Jan 2012 19:56:19 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;プラグイン関数のadin_input_nameが呼び出されない&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2012-01-18 19:56&quot;&gt;Open Date: 2012-01-18 19:56&lt;/p&gt;&lt;p title=&quot;2012-01-18 19:56&quot;&gt;Last Update: 2012-01-18 19:56&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/naoh/&quot; class=&quot;user-link&quot;&gt;naoh&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;4.2.1で確認。libjulius/include/julius/plugin.hのPLUGIN_FUNCTION_NAMELISTにadin_input_nameを追加することで修正される。&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2012-01-18 19:56 Update by: &lt;a href=&quot;/users/naoh/&quot; class=&quot;user-link&quot;&gt;naoh&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;プラグイン関数のadin_input_nameが呼び出されない&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>reserved identifier violation - Julius Ticket #20950 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=20950</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=20950#232:20950:1267540818</guid>
<pubDate>Tue, 02 Mar 2010 23:40:18 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;reserved identifier violation&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2010-03-02 23:40&quot;&gt;Open Date: 2010-03-02 23:40&lt;/p&gt;&lt;p title=&quot;2010-03-02 23:40&quot;&gt;Last Update: 2010-03-02 23:40&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/elfring/&quot; class=&quot;user-link&quot;&gt;elfring&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;I suggest to try the search pattern &amp;quot;\&amp;lt;_(?:(?:_(.*))|(&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/A-Z&quot;&gt;A-Z&lt;/a&gt;+))&amp;quot; on source files. A couple of places will be found where names begin with two underscores or an underscore and an uppercase letter.
&lt;/p&gt;&lt;p&gt;Examples:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://sourceforge.jp/cvs/view/julius/julius4/jcontrol/japi.h?revision=1.3&amp;amp;view=markup&quot;&gt;__JAPI_H__&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sourceforge.jp/cvs/view/julius/julius4/libsent/src/adin/pa/pablio.h?revision=1.1.1.1&amp;amp;view=markup&quot;&gt;_PABLIO_H&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sourceforge.jp/cvs/view/julius/julius4/gramtools/mkdfa/mkfa-1.44-flex/mkfa.h?revision=1.2&amp;amp;view=markup&quot;&gt;_BODY&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This does not fit to the expected naming conventions of the C language standard if they are not used for a compiler implementation.
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Section &amp;quot;&lt;a href=&quot;http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1124.pdf&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;7.1.3 Reserved identifiers&lt;/a&gt;&amp;quot;
&lt;/li&gt;&lt;li&gt;Section &amp;quot;&lt;a href=&quot;http://www.gnu.org/s/libc/manual/html_node/Reserved-Names.html&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;1.3.3 Reserved Names&lt;/a&gt;&amp;quot;
&lt;/li&gt;&lt;li&gt;Article &amp;quot;&lt;a href=&quot;https://www.securecoding.cert.org/confluence/display/seccode/DCL37-C.+Do+not+use+identifiers+that+are+reserved+for+the+implementation&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;DCL37-C&lt;/a&gt;&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2010-03-02 23:40 Update by: &lt;a href=&quot;/users/elfring/&quot; class=&quot;user-link&quot;&gt;elfring&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;reserved identifier violation&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>Libsent compilation on Mac OS 10.6.2 - Julius Ticket #19772 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19772</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19772#232:19772:1259651129</guid>
<pubDate>Tue, 01 Dec 2009 16:05:29 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Libsent compilation on Mac OS 10.6.2&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-12-01 16:05&quot;&gt;Open Date: 2009-12-01 16:05&lt;/p&gt;&lt;p title=&quot;2009-12-01 16:05&quot;&gt;Last Update: 2009-12-01 16:05&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/denis_babani/&quot; class=&quot;user-link&quot;&gt;denis_babani&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_969&quot;&gt;Patches&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;In order to compile libsent on Mac OS 10.6.2 (latest updates) must do these changes:
&lt;/p&gt;&lt;p&gt;Component -&amp;gt; &lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/AudioComponent&quot;&gt;AudioComponent&lt;/a&gt;
&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/FindNextComponent&quot;&gt;FindNextComponent&lt;/a&gt; -&amp;gt; &lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/AudioComponentFindNext&quot;&gt;AudioComponentFindNext&lt;/a&gt;
&lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/ComponentDescription&quot;&gt;ComponentDescription&lt;/a&gt; -&amp;gt; &lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/AudioComponentDescription&quot;&gt;AudioComponentDescription&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;in file libsent/src/adin/adin_mic_darwin_coreaudio.c
&lt;/p&gt;&lt;p&gt;- &lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/AudioComponent&quot;&gt;AudioComponent&lt;/a&gt; halout;
- &lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/AudioComponentDescription&quot;&gt;AudioComponentDescription&lt;/a&gt; haloutDesc;
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;haloutDesc.componentType = kAudioUnitType_Output;
haloutDesc.componentSubType = kAudioUnitSubType_HALOutput;
haloutDesc.componentManufacturer = kAudioUnitManufacturer_Apple;
haloutDesc.componentFlags = 0;
haloutDesc.componentFlagsMask = 0;
&lt;/div&gt;&lt;p&gt;- halout = &lt;a href=&quot;http://en.sourceforge.jp/projects/julius/wiki/AudioComponentFindNext&quot;&gt;AudioComponentFindNext&lt;/a&gt;(NULL, &amp;amp;haloutDesc);&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-12-01 16:05 Update by: &lt;a href=&quot;/users/denis_babani/&quot; class=&quot;user-link&quot;&gt;denis_babani&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;Libsent compilation on Mac OS 10.6.2&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>SRILMで前向きn-gramのみで認識した時に第2パスがうまく動かない問題 - Julius Ticket #19682 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19682</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19682#232:19682:1259137484</guid>
<pubDate>Wed, 25 Nov 2009 17:24:44 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;SRILMで前向きn-gramのみで認識した時に第2パスがうまく動かない問題&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-11-25 17:24&quot;&gt;Open Date: 2009-11-25 17:24&lt;/p&gt;&lt;p title=&quot;2009-11-25 17:24&quot;&gt;Last Update: 2009-11-25 17:24&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;SRILMで前向きn-gramのみで認識した時に第2パスがうまく動かないのを修正する&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-11-25 17:24 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;SRILMで前向きn-gramのみで認識した時に第2パスがうまく動かない問題&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>C0+CMNの再調査 - Julius Ticket #19668 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19668</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19668#232:19668:1259039273</guid>
<pubDate>Tue, 24 Nov 2009 14:07:53 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;C0+CMNの再調査&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-11-24 14:07&quot;&gt;Open Date: 2009-11-24 14:07&lt;/p&gt;&lt;p title=&quot;2009-11-24 14:07&quot;&gt;Last Update: 2009-11-24 14:07&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;4.1.3でHTK準拠に直したけど要再調査&lt;br /&gt;
&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=11&amp;amp;t=292&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=11&amp;amp;t=292&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-11-24 14:07 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;C0+CMNの再調査&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>音素認識モード - Julius Ticket #19667 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19667</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=19667#232:19667:1259037519</guid>
<pubDate>Tue, 24 Nov 2009 13:38:39 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;音素認識モード&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-11-24 13:38&quot;&gt;Open Date: 2009-11-24 13:38&lt;/p&gt;&lt;p title=&quot;2009-11-24 13:38&quot;&gt;Last Update: 2009-11-24 13:38&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=5&amp;amp;t=350&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=5&amp;amp;t=350&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-11-24 13:38 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;音素認識モード&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>string constness - Julius Ticket #18933 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18933</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18933#232:18933:1254214708</guid>
<pubDate>Tue, 29 Sep 2009 17:58:28 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;string constness&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-09-29 17:58&quot;&gt;Open Date: 2009-09-29 17:58&lt;/p&gt;&lt;p title=&quot;2009-09-29 17:58&quot;&gt;Last Update: 2009-09-29 17:58&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=9&amp;amp;t=303&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=9&amp;amp;t=303&lt;/a&gt;&lt;br /&gt;
C++などでは変更されないchar *などにconstをつけるべき(警告が出る)．&lt;br /&gt;
ただ，&lt;br /&gt;
1. 古いCのコンパイラで通るかどうか&lt;br /&gt;
2. 新しく別の警告が出る可能性&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-09-29 17:58 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;string constness&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>Fix signal handler - Julius Ticket #18737 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18737</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18737#232:18737:1253115143</guid>
<pubDate>Thu, 17 Sep 2009 00:32:23 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Fix signal handler&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-09-17 00:32&quot;&gt;Open Date: 2009-09-17 00:32&lt;/p&gt;&lt;p title=&quot;2009-09-17 00:32&quot;&gt;Last Update: 2009-09-17 00:32&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/elfring/&quot; class=&quot;user-link&quot;&gt;elfring&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;The functions &amp;quot;exit&amp;quot; and &amp;quot;fprintf&amp;quot; do not belong to the list of async-signal-safe functions.&lt;br /&gt;
See section &amp;quot;&lt;a href=&quot;http://opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html#tag_02_04_03&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;2.4.3 Signal Actions&lt;/a&gt;&amp;quot; from the document &amp;quot;2.4 Signal Concepts&amp;quot;.
&lt;/p&gt;&lt;p&gt;I guess that a different program design will be needed for your function &amp;quot;interrupt_record&amp;quot;.&lt;br /&gt;
&lt;a href=&quot;https://sourceforge.jp/cvs/view/julius/julius4/adinrec/adinrec.c?revision=1.4&amp;amp;view=markup&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.jp/cvs/view/julius/julius4/adinrec/adinrec.c?revision=1.4&amp;amp;view=markup&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://sourceforge.jp/cvs/view/julius/julius4/adintool/adintool.c?revision=1.8&amp;amp;view=markup&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.jp/cvs/view/julius/julius4/adintool/adintool.c?revision=1.8&amp;amp;view=markup&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-09-17 00:32 Update by: &lt;a href=&quot;/users/elfring/&quot; class=&quot;user-link&quot;&gt;elfring&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;Fix signal handler&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>Check return codes everywhere - Julius Ticket #18734 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18734</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18734#232:18734:1253113227</guid>
<pubDate>Thu, 17 Sep 2009 00:00:27 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Check return codes everywhere&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-09-16 23:44&quot;&gt;Open Date: 2009-09-16 23:44&lt;/p&gt;&lt;p title=&quot;2009-09-17 00:00&quot;&gt;Last Update: 2009-09-17 00:00&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/elfring/&quot; class=&quot;user-link&quot;&gt;elfring&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Some checks for return codes are missing.
&lt;/p&gt;&lt;p&gt;Examples:&lt;br /&gt;
Would you like to add more error handling for return values from &amp;quot;&lt;a href=&quot;http://opengroup.org/onlinepubs/009695399/functions/pthread_mutex_lock.html&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;pthread_mutex_lock&lt;/a&gt;&amp;quot; like in the function &amp;quot;&lt;a href=&quot;https://sourceforge.jp/cvs/view/julius/julius4/libjulius/src/adin-cut.c?revision=1.12&amp;amp;view=markup&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;adin_store_buffer&lt;/a&gt;&amp;quot; and from &amp;quot;&lt;a href=&quot;http://opengroup.org/onlinepubs/009695399/functions/fprintf.html&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;fprintf&lt;/a&gt;&amp;quot; in the function &amp;quot;&lt;a href=&quot;https://sourceforge.jp/cvs/view/julius/julius4/libsent/src/util/confout.c?revision=1.6&amp;amp;view=markup&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;confout_version&lt;/a&gt;&amp;quot;?&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-09-17 00:00 Update by: &lt;a href=&quot;/users/elfring/&quot; class=&quot;user-link&quot;&gt;elfring&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;Details Updated&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>lisandravo - Julius Ticket #18512 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18512</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18512#232:18512:1251866332</guid>
<pubDate>Wed, 02 Sep 2009 13:38:52 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;lisandravo&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-09-02 13:38&quot;&gt;Open Date: 2009-09-02 13:38&lt;/p&gt;&lt;p title=&quot;2009-09-02 13:38&quot;&gt;Last Update: 2009-09-02 13:38&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;&lt;a href=&quot;/users/julius/&quot; class=&quot;user-link&quot;&gt;julius&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;8&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_969&quot;&gt;Patches&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open [Owner assigned]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;2050 project retrieved stratospheric depend functionality middle&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-09-02 13:38 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;lisandravo&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>Acoustic Model no longer working with Julius 4.1.x - Julius Ticket #18014 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18014</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=18014#232:18014:1248862601</guid>
<pubDate>Wed, 29 Jul 2009 19:16:41 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Acoustic Model no longer working with Julius 4.1.x&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-07-29 19:16&quot;&gt;Open Date: 2009-07-29 19:16&lt;/p&gt;&lt;p title=&quot;2009-07-29 19:16&quot;&gt;Last Update: 2009-07-29 19:16&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Acoustic Model no longer working with Julius 4.1.x&lt;br /&gt;
&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=9&amp;amp;t=288#p1171&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=9&amp;amp;t=288#p1171&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-09-29 17:01 Update by: None&lt;/h3&gt;&lt;div class=&quot;sfjp-comment&quot;&gt;&lt;h4&gt;Comment&lt;/h4&gt;&lt;div class=&quot;body&quot;&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;元の仕様に戻す(HTKに合わせる)&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;footer&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
</item>
<item>
<title>Julius speech alignment - Julius Ticket #17616 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17616</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17616#232:17616:1246803394</guid>
<pubDate>Sun, 05 Jul 2009 23:16:34 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Julius speech alignment&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-07-02 19:07&quot;&gt;Open Date: 2009-07-02 19:07&lt;/p&gt;&lt;p title=&quot;2009-07-05 23:16&quot;&gt;Last Update: 2009-07-05 23:16&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;&lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open [Owner assigned]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;Later&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Julius speech alignment&lt;br /&gt;
&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=11&amp;amp;t=135&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=11&amp;amp;t=135&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-07-05 23:16 Update by: &lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;&lt;strong&gt;Owner&lt;/strong&gt; Update from &lt;em&gt;(None)&lt;/em&gt; to &lt;em&gt;sumomo&lt;/em&gt;.&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>misrecognize after changing grammar - Julius Ticket #17612 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17612</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17612#232:17612:1246802015</guid>
<pubDate>Sun, 05 Jul 2009 22:53:35 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;misrecognize after changing grammar&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-07-02 14:20&quot;&gt;Open Date: 2009-07-02 14:20&lt;/p&gt;&lt;p title=&quot;2009-07-05 22:53&quot;&gt;Last Update: 2009-07-05 22:53&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;&lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open [Owner assigned]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Some reports say that Julius always mis-recognize the first utterance every after changing (sending? activating?) grammar in module mode.  Also mis-recognized after disconnect and re-connect. May be an issue around CMN, or module initialization.&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-07-05 22:53 Update by: &lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;sfjp-comment&quot;&gt;&lt;h4&gt;Comment&lt;/h4&gt;&lt;div class=&quot;body&quot;&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Could not reproduce the situation.
May be a input / grammar update timing issue
when using both adinnet input and module mode?
Needs more info.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;footer&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
</item>
<item>
<title>Gaussian selection bug - Julius Ticket #17615 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17615</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17615#232:17615:1246801722</guid>
<pubDate>Sun, 05 Jul 2009 22:48:42 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Gaussian selection bug&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-07-02 18:55&quot;&gt;Open Date: 2009-07-02 18:55&lt;/p&gt;&lt;p title=&quot;2009-07-05 22:48&quot;&gt;Last Update: 2009-07-05 22:48&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;&lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open [Owner assigned]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Gaussian selection bug&lt;br /&gt;
&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=9&amp;amp;t=172&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=9&amp;amp;t=172&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-07-05 22:48 Update by: &lt;a href=&quot;/users/sumomo/&quot; class=&quot;user-link&quot;&gt;sumomo&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;&lt;strong&gt;Owner&lt;/strong&gt; Update from &lt;em&gt;(None)&lt;/em&gt; to &lt;em&gt;sumomo&lt;/em&gt;.&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>wav ファイル読めない　julius-4.1.2.exe - Julius Ticket #17618 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17618</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17618#232:17618:1246529405</guid>
<pubDate>Thu, 02 Jul 2009 19:10:05 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;wav ファイル読めない　julius-4.1.2.exe&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-07-02 19:10&quot;&gt;Open Date: 2009-07-02 19:10&lt;/p&gt;&lt;p title=&quot;2009-07-02 19:10&quot;&gt;Last Update: 2009-07-02 19:10&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;wav ファイル読めない　julius-4.1.2.exe&lt;br /&gt;
&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=14&amp;amp;t=269&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=14&amp;amp;t=269&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-07-02 19:10 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;wav ファイル読めない　julius-4.1.2.exe&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>Embedding Julius in C++ - Julius Ticket #17617 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17617</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=232&amp;tid=17617#232:17617:1246529317</guid>
<pubDate>Thu, 02 Jul 2009 19:08:37 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Embedding Julius in C++&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-07-02 19:08&quot;&gt;Open Date: 2009-07-02 19:08&lt;/p&gt;&lt;p title=&quot;2009-07-02 19:08&quot;&gt;Last Update: 2009-07-02 19:08&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;(Anonymous)&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=232#tickettype_967&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;(None)&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;Embedding Julius in C++&lt;br /&gt;
&lt;a href=&quot;http://julius.sourceforge.jp/forum/viewtopic.php?f=11&amp;amp;t=59&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://julius.sourceforge.jp/forum/viewtopic.php?f=11&amp;amp;t=59&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-07-02 19:08 Update by: None&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;Embedding Julius in C++&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
</channel>
</rss>
