Update tokenizer.py#137
Open
mingchen-li wants to merge 1 commit into
Open
Conversation
The tokenize function can return index now
LoRexxar
added a commit
to LoRexxar/javalang
that referenced
this pull request
May 22, 2026
c2nes#137) Feature 实现: - c2nes#114/c2nes#41/c2nes#26: 保留子表达式中 prefix/postfix operators - c2nes#88: Java 8 receiver parameter 支持 (Inner.this 参数) - c2nes#133: 添加 JavaVisitor 类 (visitor.py) - c2nes#100: Position namedtuple 添加 range 字段 (slice) - c2nes#137: tokenize() 添加 return_index 参数 新增文件: - javalang/visitor.py: Visitor pattern 实现 - javalang/test/test_upstream_features.py: 15 个 feature 测试 测试: 112/112 全部通过
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The tokenize function can return index now. It would be helpful for developing https://huggingface.co/docs/tokenizers/api/pre-tokenizers for Java.