Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / messense/jieba-rs issues and pull requests

#115 - 中文档

Issue - State: closed - Opened by countree 3 months ago
Labels: wontfix

#114 - 能否增加删除词条的方法

Issue - State: open - Opened by i2534 5 months ago

#113 - fix wrong visibility modifier

Pull Request - State: closed - Opened by zh217 5 months ago - 2 comments

#112 - 是否支持古代散文和繁体字?

Issue - State: closed - Opened by miaomiao1992 5 months ago - 1 comment

#111 - feat: compress data at build time

Pull Request - State: closed - Opened by fengkx 5 months ago - 2 comments

#110 - Move to traits to avoid unnecessary allocs

Pull Request - State: open - Opened by awong-dev 7 months ago - 2 comments

#109 - `Jieba::add_word` panics when given empty `word`

Issue - State: open - Opened by usaoc 7 months ago

#108 - Replace magic number 4 with NUM_STATES. Add comments.

Pull Request - State: closed - Opened by awong-dev 7 months ago - 2 comments

#107 - Extract HmmContext struct.

Pull Request - State: closed - Opened by awong-dev 7 months ago - 3 comments

#106 - Complete KeywordExtractConfigBuilder coverage. Clean code.

Pull Request - State: closed - Opened by awong-dev 7 months ago - 2 comments

#105 - Add doctest support into coverage

Pull Request - State: closed - Opened by awong-dev 7 months ago - 3 comments

#104 - Add KeywordExtractConfigBuilder

Pull Request - State: closed - Opened by awong-dev 7 months ago - 3 comments

#103 - Try use std hashmap instead of hashbrown

Pull Request - State: closed - Opened by messense 7 months ago - 2 comments

#102 - Update actions to latest versions

Pull Request - State: closed - Opened by messense 7 months ago

#101 - Prefer builder pattern to setters/getters in KeywordExtractConfig

Issue - State: closed - Opened by awong-dev 7 months ago - 3 comments
Labels: enhancement

#100 - Break lifetime entanglement of TextExtract, TFIDF and Jieba

Pull Request - State: closed - Opened by awong-dev 7 months ago - 10 comments

#98 - How to reduce the binary size?

Issue - State: closed - Opened by ethever about 1 year ago

#94 - `load_dict` should support `override/replace` mode

Issue - State: closed - Opened by luckydrq over 1 year ago - 1 comment

#93 - english case insensitive

Issue - State: closed - Opened by tsxiaofang over 1 year ago - 1 comment

#92 - allow users to load custom hmm model

Pull Request - State: open - Opened by name1e5s almost 2 years ago - 1 comment

#91 - add_word:2个字的分词无效,3个字就是正常的

Issue - State: closed - Opened by ringrid almost 2 years ago - 1 comment

#90 - Fix typos

Pull Request - State: closed - Opened by kianmeng about 2 years ago - 2 comments

#89 - chore: update dependencies

Pull Request - State: closed - Opened by messense about 2 years ago - 1 comment

#88 - 什么时候增加字典模式

Issue - State: closed - Opened by shijunti19 about 2 years ago

#87 - re_han custom

Issue - State: closed - Opened by sirodeneko about 2 years ago - 1 comment

#86 - add field `tag` for struct `Keyword`

Issue - State: open - Opened by franklucky001 over 2 years ago

#85 - Fix README link

Pull Request - State: closed - Opened by h-a-n-a almost 3 years ago

#84 - Add `jieba-wasm` to README.md

Pull Request - State: closed - Opened by Atry almost 3 years ago

#83 - Edge case: "test-1"

Issue - State: open - Opened by BlackGlory over 3 years ago

#82 - 注音符号的问题

Issue - State: open - Opened by liebkne over 3 years ago - 3 comments

#81 - add load default

Pull Request - State: closed - Opened by wyhhh over 3 years ago - 4 comments

#80 - 能否增加返回Iterator接口?

Issue - State: closed - Opened by wyhhh over 3 years ago - 2 comments

#79 - 能否修改load_dict的实现逻辑?

Issue - State: closed - Opened by wyhhh over 3 years ago - 2 comments

#78 - Optimize StaticSparseDAG

Pull Request - State: closed - Opened by messense almost 4 years ago - 2 comments

#77 - how to use extra custom user dict?

Issue - State: closed - Opened by soloradish about 4 years ago - 1 comment

#76 - Fix cut_all mixed chinese & english issue

Issue - State: open - Opened by messense over 4 years ago - 2 comments
Labels: bug

#75 - 请问如何让自定义词典支持标点符号或者空格

Issue - State: closed - Opened by xkungfu over 4 years ago - 5 comments
Labels: bug, question

#74 - Add weight value return to keywords extract APIs

Pull Request - State: closed - Opened by messense over 4 years ago - 1 comment
Labels: enhancement

#73 - Add weight value return to KeywordExtract API

Issue - State: closed - Opened by messense over 4 years ago
Labels: enhancement

#72 - Migrate CI to GitHub Actions

Pull Request - State: closed - Opened by messense over 4 years ago - 1 comment

#71 - Release new minor version?

Issue - State: closed - Opened by Keats over 4 years ago - 1 comment

#70 - load_dict stop if user_dict parse error, and no error information printed

Issue - State: closed - Opened by aohan237 over 4 years ago - 3 comments
Labels: enhancement

#69 - Fix issue 68

Pull Request - State: closed - Opened by MnO2 over 4 years ago - 2 comments

#68 - add_word panic: attempt to subtract with overflow

Issue - State: closed - Opened by leewis101 over 4 years ago - 2 comments
Labels: bug

#67 - Fix index out of bounds panic when using custom dict

Pull Request - State: closed - Opened by messense almost 5 years ago - 1 comment

#66 - Add jieba_rs::Error type

Pull Request - State: closed - Opened by messense almost 5 years ago - 1 comment

#65 - `index out of bounds` when using custom dictionary

Issue - State: closed - Opened by visig9 about 5 years ago - 6 comments
Labels: bug

#64 - Add test cases for C API

Issue - State: closed - Opened by messense over 5 years ago
Labels: enhancement

#63 - Implement StaticSparseDAG

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 2 comments

#62 - Integrate cedar wtih jieba

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#61 - C API for TFIDF

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 2 comments

#60 - Survey HAT-trie to be the next generation of DARTS

Issue - State: closed - Opened by MnO2 over 5 years ago - 2 comments
Labels: question

#59 - C API for TextRank

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#58 - C API for cut_all

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#57 - Measure throughput in benchmark

Pull Request - State: closed - Opened by messense over 5 years ago - 1 comment

#56 - Have example FFI binding for either one of python, nodejs, go.

Issue - State: closed - Opened by MnO2 over 5 years ago - 2 comments
Labels: enhancement

#55 - Use jemallocator in benchmark & example

Pull Request - State: closed - Opened by messense over 5 years ago

#54 - Review Marketing material

Issue - State: closed - Opened by MnO2 over 5 years ago - 3 comments

#53 - Add tests from python implementation

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#52 - Move best_path memory allocation out of the loop

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#51 - capi: Add jieba_cut function

Pull Request - State: closed - Opened by messense over 5 years ago - 1 comment

#50 - Allow disable embedded dictionary

Pull Request - State: closed - Opened by messense over 5 years ago - 1 comment

#49 - Allow disable embedded dictionary

Issue - State: closed - Opened by messense over 5 years ago
Labels: enhancement

#48 - Allow load custom HMM model

Issue - State: open - Opened by messense over 5 years ago - 2 comments
Labels: enhancement

#47 - Sort the dictionary

Pull Request - State: closed - Opened by MnO2 over 5 years ago

#46 - Move the HMM memory allocation out of the loop

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#45 - Remove char_indices from hmm's code

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#44 - Optimize the code

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#43 - Remove char_indices to reduce indirectrion

Pull Request - State: closed - Opened by MnO2 over 5 years ago

#42 - [WIP] Add jieba-capi crate

Pull Request - State: closed - Opened by messense over 5 years ago - 3 comments
Labels: feature

#41 - Fix the bug of using capacity for resize

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#40 - Move the allocation of DAG and Route to the outside of loop

Pull Request - State: closed - Opened by MnO2 over 5 years ago

#39 - Provide C API

Issue - State: closed - Opened by MnO2 over 5 years ago - 7 comments
Labels: feature

#38 - Compare the memory footprint with cppjieba

Issue - State: closed - Opened by MnO2 over 5 years ago - 2 comments
Labels: benchmark

#37 - Using more sophiscated techniques for DAG

Issue - State: closed - Opened by MnO2 over 5 years ago - 1 comment
Labels: enhancement

#36 - Optimize HMM implementation

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#35 - [DNM] Use heuristic approach with DAG

Pull Request - State: closed - Opened by messense over 5 years ago - 2 comments

#34 - Switch DAG from BTreeMap to Vec

Pull Request - State: closed - Opened by messense over 5 years ago - 1 comment

#33 - Optimize memory allocation

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#32 - Optimize prefix searching

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#31 - Experimental implementation of Jieba to improve performance

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#30 - Add benchmark for diffrent type of DAG implementations

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#29 - Add stub for criterion

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#28 - Reduce the BinaryHeap size to be `k`

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 1 comment

#27 - Reduce the BinaryHeap size to be `k`

Issue - State: closed - Opened by MnO2 over 5 years ago - 1 comment
Labels: enhancement

#26 - Benchmark different DAG implementations

Issue - State: closed - Opened by MnO2 over 5 years ago - 1 comment
Labels: enhancement

#25 - Fix the unicode range for han

Pull Request - State: closed - Opened by MnO2 over 5 years ago

#24 - Come up with a way to handle extended grapheme clusters

Issue - State: open - Opened by MnO2 over 5 years ago - 1 comment
Labels: bug

#23 - How to train your own HMM model

Issue - State: open - Opened by messense over 5 years ago - 1 comment
Labels: feature

#22 - Setup criterion micro-benchmarking

Issue - State: closed - Opened by messense over 5 years ago
Labels: enhancement

#21 - Design parallelization interface for Jieba

Issue - State: closed - Opened by MnO2 over 5 years ago - 2 comments
Labels: feature

#19 - Survey if DARTS (double array trie) could replace SwissTable for dictionary.

Issue - State: closed - Opened by MnO2 over 5 years ago - 17 comments
Labels: enhancement

#18 - Feature gate TFIDF & TextRank modules

Pull Request - State: closed - Opened by messense over 5 years ago - 1 comment

#17 - Feature gate TFIDF & TextRank keywords extractors

Issue - State: closed - Opened by messense over 5 years ago
Labels: feature

#16 - Run cargo clippy on CI

Pull Request - State: closed - Opened by messense over 5 years ago - 1 comment

#15 - Implement TextRank keyword extraction

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 2 comments

#14 - Implement TF-IDF keyword extraction

Pull Request - State: closed - Opened by MnO2 over 5 years ago - 3 comments