From bdb4e88f6d1a538026b86647728d6643defa39e8 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 11 Nov 2024 21:54:52 +0000 Subject: [PATCH] Add DOI --- README.md | 2 ++ nlpo3-python/CITATION.cff | 4 ++++ nlpo3-python/README.md | 1 + 3 files changed, 7 insertions(+) diff --git a/README.md b/README.md index aa45578..a844fa2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ SPDX-License-Identifier: Apache-2.0 # nlpO3 [![crates.io](https://img.shields.io/crates/v/nlpo3.svg "crates.io")](https://crates.io/crates/nlpo3/) +[![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg "Apache-2.0")](https://opensource.org/license/apache-2-0) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14082448.svg)](https://doi.org/10.5281/zenodo.14082448) Thai natural language processing library in Rust, with Python and Node bindings. Formerly oxidized-thainlp. diff --git a/nlpo3-python/CITATION.cff b/nlpo3-python/CITATION.cff index 103624b..1376016 100644 --- a/nlpo3-python/CITATION.cff +++ b/nlpo3-python/CITATION.cff @@ -31,5 +31,9 @@ keywords: - "Thai language" - "Thai NLP" license: Apache-2.0 +identifiers: + - description: This is the collection of archived snapshots of all versions of the software. + type: doi + value: "10.5281/zenodo.14082448" version: v1.3.1 date-released: "2024-11-11" diff --git a/nlpo3-python/README.md b/nlpo3-python/README.md index 00b0d98..b28b058 100644 --- a/nlpo3-python/README.md +++ b/nlpo3-python/README.md @@ -8,6 +8,7 @@ SPDX-License-Identifier: Apache-2.0 [![PyPI](https://img.shields.io/pypi/v/nlpo3.svg "PyPI")](https://pypi.python.org/pypi/nlpo3) [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg "Python 3.7")](https://www.python.org/downloads/) [![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg "Apache-2.0")](https://opensource.org/license/apache-2-0) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14082448.svg)](https://doi.org/10.5281/zenodo.14082448) Python binding for nlpO3, a Thai natural language processing library in Rust.