My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 7 days

  • Dec 10, 2009
    issue 30 (增加主题短语的抽取) commented on by szpeter   -   运行起来有问题 显示 Floating point exception
    运行起来有问题 显示 Floating point exception

Last 30 days

  • Dec 07, 2009
    Revise (How to revise Segmentation In Bamboo) Wiki page commented on by eaglel   -   确实没生效。我在ubuntu9和freebsd7下都试过。
    确实没生效。我在ubuntu9和freebsd7下都试过。
  • Nov 22, 2009
    issue 44 (能不能把src.rpm的包放上来下载?) reported by qixi17998   -   需要rpm但是这边都是i386的,能不能把src.rpm放上来
    需要rpm但是这边都是i386的,能不能把src.rpm放上来

Earlier this year

  • Oct 31, 2009
    Samples (Bamboo Samples Show) Wiki page commented on by yunqing.xia   -   解码程序如果不能执行,季念星需要负责任的
    解码程序如果不能执行,季念星需要负责任的
  • Oct 31, 2009
    issue 43 (使用词性的时候出错) reported by szpeter   -   自己训练的 使用 ./bin/bamboo -p crf_pos ERROR: max_token_length must greater than 0 这是什么问题,怎么解决?我是64位的操作系统
    自己训练的 使用 ./bin/bamboo -p crf_pos ERROR: max_token_length must greater than 0 这是什么问题,怎么解决?我是64位的操作系统
  • Oct 09, 2009
    r516 (changed configuration search directory for both config_finde...) committed by jianingy.yang   -   changed configuration search directory for both config_finder and auto_build
    changed configuration search directory for both config_finder and auto_build
  • Sep 28, 2009
    Configure (Bamboo Configure Guide) Wiki page commented on by March.Liu   -   新的默认路径好像是结合到 linux 的系统目录了,现在的 index 应该在哪个目录?
    新的默认路径好像是结合到 linux 的系统目录了,现在的 index 应该在哪个目录?
  • Sep 27, 2009
    Samples (Bamboo Samples Show) Wiki page commented on by jakisou   -   我是邹佳琪。来自北京。
    我是邹佳琪。来自北京。
  • Sep 21, 2009
    TSearch2 (编译和安装PostgreSQL扩展和TSearch2扩展) Wiki page edited by jianingy.yang   -   Revision r515 Edited wiki page through web user interface.
    Revision r515 Edited wiki page through web user interface.
  • Sep 09, 2009
    TSearch2 (编译和安装PostgreSQL扩展和TSearch2扩展) Wiki page commented on by malcolmyam   -   无法执行 $ cd /opt/bamboo/exts/postgresql/bamboo $ make $ sudo make install 需要帮助
    无法执行 $ cd /opt/bamboo/exts/postgresql/bamboo $ make $ sudo make install 需要帮助
  • Sep 08, 2009
    issue 42 (Help: Make on postgres) reported by malcolmyam   -   What steps will reproduce the problem? 1. installed psycopg2 2. install crf/cmake 3. did a makeall on bamboo 4. make install /opt/bamboo 5. tried "cd /opt/bamboo/exts/postgresql/bamboo $ make " FAILED What is the expected output? What do you see instead? expected to make the file. error: "make: *** No targets specified and no makefile found. Stop." What version of the product are you using? On what operating system? nlpbamboo 1.1.0/Ubuntu 8.04 Please provide any additional information below.
    What steps will reproduce the problem? 1. installed psycopg2 2. install crf/cmake 3. did a makeall on bamboo 4. make install /opt/bamboo 5. tried "cd /opt/bamboo/exts/postgresql/bamboo $ make " FAILED What is the expected output? What do you see instead? expected to make the file. error: "make: *** No targets specified and no makefile found. Stop." What version of the product are you using? On what operating system? nlpbamboo 1.1.0/Ubuntu 8.04 Please provide any additional information below.
  • Sep 07, 2009
    Benchmark (分词测试结果) Wiki page commented on by jakisou   -   中华民族到了最危险的时刻
    中华民族到了最危险的时刻
  • Sep 07, 2009
    Benchmark (分词测试结果) Wiki page commented on by jakisou   -   中华人民共和国
    中华人民共和国
  • Jul 24, 2009
    Benchmark (分词测试结果) Wiki page commented on by zhangzening   -   # 对2000句 菜谱 中的句子进行人工测试,分词准确度:93.7%
    # 对2000句 菜谱 中的句子进行人工测试,分词准确度:93.7%
  • Jul 14, 2009
    issue 41 ("snprintf" need "<cstdio>" in source/bamboo.cxx of v1.1.1) commented on by jay.shure   -   应该用的是gcc 4.4吧,把stdio加上就可以了。 Index: source/libbamboo.cxx =================================================================== --- source/libbamboo.cxx (revision 514) +++ source/libbamboo.cxx (working copy) @@ -3,6 +3,7 @@ #include <iostream> #include <vector> #include <stdexcept> +#include <stdio.h> #include "bamboo.hxx"
    应该用的是gcc 4.4吧,把stdio加上就可以了。 Index: source/libbamboo.cxx =================================================================== --- source/libbamboo.cxx (revision 514) +++ source/libbamboo.cxx (working copy) @@ -3,6 +3,7 @@ #include <iostream> #include <vector> #include <stdexcept> +#include <stdio.h> #include "bamboo.hxx"
  • Jun 28, 2009
    issue 40 (有没有计划提供Python接口?) commented on by galaxysong.firefox   -   我对C几乎不懂(在大学学过,之后基本上再没用过)。只能耐心等待高手了。
    我对C几乎不懂(在大学学过,之后基本上再没用过)。只能耐心等待高手了。
  • Jun 28, 2009
    issue 40 (有没有计划提供Python接口?) commented on by xurenlu   -   python应该可以通过ctypes封装吧,有哪位达人搞一下?
    python应该可以通过ctypes封装吧,有哪位达人搞一下?
  • Jun 18, 2009
    issue 41 ("snprintf" need "<cstdio>" in source/bamboo.cxx of v1.1.1) reported by winterxc   -   In source/bamboo.cxx of v1.1.1: snprintf is not in the scope.
    In source/bamboo.cxx of v1.1.1: snprintf is not in the scope.
  • Jun 12, 2009
    issue 40 (有没有计划提供Python接口?) reported by galaxysong.firefox   -   我很需要通过Python来调用Bamboo。 请问什么时候会出Python接口? 我能帮忙吗?
    我很需要通过Python来调用Bamboo。 请问什么时候会出Python接口? 我能帮忙吗?
  • Jun 09, 2009
    r514 (add chinese hyphen patch) committed by luoyi.ly   -   add chinese hyphen patch
    add chinese hyphen patch
  • Jun 09, 2009
    r513 (add chinese parser nospace config) committed by luoyi.ly   -   add chinese parser nospace config
    add chinese parser nospace config
  • Jun 02, 2009
    issue 38 (能否增加对lucene的支持?) commented on by detrox   -   由于缺乏对lucene的了解近期还无法对其提供分词支持..
    由于缺乏对lucene的了解近期还无法对其提供分词支持..
  • May 20, 2009
    issue 39 (工具 bin/lexicon 创建索引时的问题) reported by winterxc   -   增加一条“词频 词”记录到词典文本的时候忘了 '词频' , bin/lexicon -s -i 创建索 引的时候进入了死循环,未有提示
    增加一条“词频 词”记录到词典文本的时候忘了 '词频' , bin/lexicon -s -i 创建索 引的时候进入了死循环,未有提示
  • May 12, 2009
    r512 (fix some install bin target) committed by luoyi.ly   -   fix some install bin target
    fix some install bin target
  • May 12, 2009
    r511 (fix install target) committed by luoyi.ly   -   fix install target
    fix install target
  • May 11, 2009
    r510 (fix cmake files) committed by luoyi.ly   -   fix cmake files
    fix cmake files
  • May 11, 2009
    r509 (mv some files) committed by luoyi.ly   -   mv some files
    mv some files
  • May 11, 2009
    r508 (add another makefile system) committed by luoyi.ly   -   add another makefile system
    add another makefile system
  • May 02, 2009
    issue 38 (能否增加对lucene的支持?) reported by upswjj   -   可不可以实现lucene分词接口。
    可不可以实现lucene分词接口。
  • Apr 03, 2009
    index.tar.bz2 (index) file uploaded by detrox
  • Mar 18, 2009
    ChangeLog (ChangeLog) Wiki page edited by detrox
  • Mar 18, 2009
    ChangeLog (ChangeLog) Wiki page edited by detrox
  • Mar 18, 2009
    issue 36 (prepare分出过长的单词会导致crf++ core掉) Status changed by detrox   -   fixed
    Status: Fixed
    fixed
    Status: Fixed
  • Mar 18, 2009
    nlpbamboo-devel-1.1.1-2.i386.rpm (Bamboo 1.1.1 devel for fedora 10) file uploaded by detrox
  • Mar 18, 2009
    nlpbamboo-1.1.1-2.i386.rpm (Bamboo 1.1.1 for fedora 10) file uploaded by detrox
  • Mar 18, 2009
    CRFpp-devel-0.51-1.fc10.i386.rpm (CRFpp 0.51 devel for fedora 10) file uploaded by detrox
  • Mar 18, 2009
    CRFpp-0.51-1.fc10.i386.rpm (CRFpp 0.51 for fedora 10) file uploaded by detrox
  • Mar 18, 2009
    nlpbamboo-1.1.1.tar.bz2 (bamboo source 1.1.1) file uploaded by detrox
  • Mar 18, 2009
    r505 (added tag 1.1.1) committed by detrox   -   added tag 1.1.1
    added tag 1.1.1
  • Mar 10, 2009
    r504 (updated cmakefile) committed by detrox   -   updated cmakefile
    updated cmakefile
  • Mar 03, 2009
    r503 (fixed auto_build ) committed by weibingzheng   -   fixed auto_build
    fixed auto_build
  • Feb 24, 2009
    r502 (added test text) committed by detrox   -   added test text
    added test text
  • Feb 24, 2009
    r501 (fixed2: constraint on token length, previous method sucks) committed by detrox   -   fixed2: constraint on token length, previous method sucks
    fixed2: constraint on token length, previous method sucks
  • Feb 24, 2009
    r500 (fixed: constraint on token length, previous method sucks) committed by detrox   -   fixed: constraint on token length, previous method sucks
    fixed: constraint on token length, previous method sucks
  • Feb 24, 2009
    r499 (update algorithm tex to xeCJK) committed by detrox   -   update algorithm tex to xeCJK
    update algorithm tex to xeCJK
  • Feb 24, 2009
    r498 (constraint on token length) committed by detrox   -   constraint on token length
    constraint on token length
  • Feb 24, 2009
    r497 (fixed: maxforward parser does not work) committed by detrox   -   fixed: maxforward parser does not work
    fixed: maxforward parser does not work
  • Feb 24, 2009
    issue 37 (mfm parser不起作用) Status changed by detrox   -  
    Status: Fixed
    Status: Fixed
  • Feb 19, 2009
    issue 37 (mfm parser不起作用) reported by detrox   -   mfm parser不起作用
    mfm parser不起作用
  • Feb 19, 2009
    issue 36 (prepare分出过长的单词会导致crf++ core掉) reported by detrox   -   prepare分出过长的单词会导致crf++ core掉
    prepare分出过长的单词会导致crf++ core掉
 
Hosted by Google Code