Skip to content

Commit

Permalink
20240518.163139
Browse files Browse the repository at this point in the history
  • Loading branch information
pulipulichen committed May 18, 2024
1 parent b1eb8a4 commit bae782c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ authors:
title: "jieba-js"
license: "MIT"
repository-code: "https://github.com/pulipulichen/jieba-js"
abstract: "An experimental webpage for observing Chinese natural language processing. It demonstrates the processes of decomposition, transformation, deletion, and model building. Written in JavaScript, it can be executed in any browser. The webpage can be integrated with other tools to create word clouds, perform text statistical analysis, conduct LDA topic modeling, and utilize machine learning classifiers."
abstract: "An experimental webpage for observing Chinese natural language processing. It demonstrates the processes of decomposition, transformation, deletion, and model building. Written in JavaScript, it can be executed in any browser. The webpage can be integrated with other tools to create word clouds, perform text statistical analysis, conduct LDA topic modeling, and utilize machine learning classifiers."
identifiers:
- type: doi
value: 10.5281/zenodo.11213326
6 changes: 5 additions & 1 deletion build/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ git push origin $new_version

git add .
git commit -m "${new_version}"
git push --force-with-lease
git push --force-with-lease

# =================================================================

echo "Integrate GitHub with Zenodo: https://rb.gy/ql60qi"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"url": "https://github.com/pulipulichen/jieba-js/issues"
},
"homepage": "https://github.com/pulipulichen/jieba-js#readme",
"doi": "10.5281/zenodo.11213326",
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
Expand Down

0 comments on commit bae782c

Please sign in to comment.