issues
search
mocobeta
/
janome
Japanese morphological analysis engine written in pure Python
https://mocobeta.github.io/janome/en/
Apache License 2.0
856
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How about using @property instead of __getattr__ for Token class?
#122
otariidae
opened
11 months ago
0
Pynini integration
#121
mmcauliffe
opened
1 year ago
1
Some katakana words have no prounuciation
#120
annisat
opened
1 year ago
3
Switch to pyproject.toml from setup.py
#119
mocobeta
opened
1 year ago
0
Release 0.5.0
#118
mocobeta
closed
1 year ago
1
Release 0.5.0
#117
mocobeta
closed
1 year ago
1
Add word filters
#116
mocobeta
closed
1 year ago
2
Run tests on python 3.11 and 3.12 prelease
#115
mocobeta
closed
1 year ago
0
ユーザー定義辞書で定義した内容が期待通りに抽出されない
#114
epersona
closed
1 year ago
2
形態素解析の精度
#113
takanamir
closed
2 years ago
0
add GitHub URL for PyPi
#112
andriyor
closed
2 years ago
1
How to change text only noun?
#111
kdrkdrkdr
opened
2 years ago
0
Release automation
#110
mocobeta
opened
2 years ago
0
Release 0.4.2
#109
mocobeta
closed
2 years ago
1
Bump minimum Python version to 3.7
#108
mocobeta
closed
2 years ago
1
Make system dictionary singleton
#107
mocobeta
closed
2 years ago
1
もしsqlitedbファイルも支援する予定がありますか?
#106
kdrkdrkdr
opened
2 years ago
0
Fix Non-Deterministic Behavior of Tokenizer
#105
sueki1242
closed
2 years ago
1
'Too many open files' with mmap=True
#104
takanory
closed
2 years ago
7
Bump pygments from 2.4.2 to 2.7.4 in /docs
#103
dependabot[bot]
closed
3 years ago
1
ipadic/__init__.py.tmpl: insert root_dir at sys.path for import janome.dic
#102
ghost
closed
3 years ago
5
fix invalid import position of build.py
#101
ghost
closed
3 years ago
1
Too many open files
#100
ghost
closed
3 years ago
3
Bump jinja2 from 2.10.1 to 2.11.3 in /docs
#99
dependabot[bot]
closed
3 years ago
1
Add conda badge
#98
BastianZim
closed
3 years ago
0
Added Conda download option
#97
BastianZim
closed
3 years ago
6
How to register words containing ", (comma)" in the dictionary
#96
nekomimimaiden257
opened
3 years ago
0
Migrate to GitHub Actions
#95
mocobeta
closed
3 years ago
0
How to fix "compileFST assert next_addr is not None" Error
#94
nekomimimaiden257
opened
3 years ago
6
How to change Half-width symbol from 名詞,サ変 to 記号,一般
#93
nekomimimaiden257
opened
3 years ago
0
add version info
#92
norihitoishida
closed
3 years ago
1
Add version information into ` __init__.py`
#91
norihitoishida
closed
3 years ago
4
Fix Analyzer usage
#90
syou6162
closed
4 years ago
1
How to handle entries with same surface form, part of speech and word cost ?
#89
mocobeta
closed
2 years ago
1
Remove --mmap option from CLI tool.
#88
mocobeta
closed
4 years ago
0
Add progress indicator to UserDictionary
#87
uezo
closed
4 years ago
9
Show progress when compiling user dictionary
#86
uezo
closed
4 years ago
3
Switch default mmap mode to True
#85
mocobeta
closed
4 years ago
1
Improve mmap mode
#84
mocobeta
closed
4 years ago
0
Refactor lattice node and tokenizer token
#83
mocobeta
closed
4 years ago
0
Avoid frequent tuple unpacking
#82
mocobeta
closed
4 years ago
0
Add profiling scripts (cProfile, tracemaloc)
#81
mocobeta
closed
4 years ago
0
Refactoring: Use enum for node type.
#80
mocobeta
closed
4 years ago
0
Refactoring: Use f-string instead of '%' notation
#79
mocobeta
closed
4 years ago
0
Refactoring: Redefine class hierarchy by Abstract Base Classes (PEP 3119)
#78
mocobeta
closed
4 years ago
0
Refactoring: Use keyword-only arguments (PEP 3102) for public APIs
#77
mocobeta
closed
4 years ago
0
Refactoring: Add type annotations; Static type checking by Mypy
#76
mocobeta
closed
4 years ago
0
Refactoring: use stream mode only (remove 'stream' option)
#75
mocobeta
closed
4 years ago
0
Refactoring: Code style checking by flake8
#74
mocobeta
closed
4 years ago
0
Modernize source code
#73
mocobeta
closed
4 years ago
0
Next