Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java: 非法字符: '\u200b' #39

Open
onexuan opened this issue Aug 10, 2021 · 0 comments
Open

java: 非法字符: '\u200b' #39

onexuan opened this issue Aug 10, 2021 · 0 comments

Comments

@onexuan
Copy link

onexuan commented Aug 10, 2021

LexerReader lexerReader = Lexers.core().reader();
KeywordSummary keywordSummary = new KeywordSummary(lexerReader);
​ List keys = keywordSummary.keyword("2001年他还在纽约医学院工作时在英国学术刊物自然上发表一篇论文",1);
if(keys!=null){
for(String key:keys){
System.out.println("key="+key);
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant