From e76c70685e7dca71ea3f814fc7cb86a9b2dc7e53 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 8 Nov 2021 13:13:54 +0100 Subject: [PATCH 1/7] Add CITATION.cff for easier citing --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..179b585859 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: >- + Natural Language Toolkit +message: >- + Please cite this software using the metadata from + 'preferred-citation'. +type: software +authors: + - name: "NLTK Team" + email: "nltk.team@gmail.com" +repository-code: "https://github.com/nltk/nltk" +url: "https://www.nltk.org" +license: Apache-2.0 +preferred-citation: + type: book + authors: + - given-names: Stephen + family-names: Bird + orcid: https://orcid.org/0000-0003-3782-7733 + - given-names: Edward + family-names: Loper + - given-names: Ewan + family-names: Klein + orcid: https://orcid.org/0000-0002-0520-8447 + title: >- + Natural language processing with Python: analyzing + text with the natural language toolkit + publisher: + name: "O'Reilly Media, Inc." + year: 2009 From 4fcbbad0b434baab66479f0046bd13b7597b25f7 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 8 Nov 2021 13:17:21 +0100 Subject: [PATCH 2/7] Reordered to match existing BibTeX citation --- CITATION.cff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 179b585859..8044b6542a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,19 +12,19 @@ repository-code: "https://github.com/nltk/nltk" url: "https://www.nltk.org" license: Apache-2.0 preferred-citation: + title: >- + Natural language processing with Python: analyzing + text with the natural language toolkit type: book authors: - given-names: Stephen family-names: Bird orcid: https://orcid.org/0000-0003-3782-7733 - - given-names: Edward - family-names: Loper - given-names: Ewan family-names: Klein orcid: https://orcid.org/0000-0002-0520-8447 - title: >- - Natural language processing with Python: analyzing - text with the natural language toolkit + - given-names: Edward + family-names: Loper + year: 2009 publisher: name: "O'Reilly Media, Inc." - year: 2009 From a1db05203f71859ef94864c53cb4a601a0b5b8f8 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 8 Nov 2021 15:18:24 +0100 Subject: [PATCH 3/7] Added keywords to CITATION.cff --- CITATION.cff | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 8044b6542a..6d5f4fa892 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,6 +11,19 @@ authors: repository-code: "https://github.com/nltk/nltk" url: "https://www.nltk.org" license: Apache-2.0 +keywords: + - "NLP", + - "CL" + - "natural language processing" + - "computational linguistics" + - "parsing" + - "tagging" + - "tokenizing" + - "syntax" + - "linguistics" + - "language" + - "natural language" + - "text analytics" preferred-citation: title: >- Natural language processing with Python: analyzing From 231e2efead6da8657a341262dc320449a1124c5a Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 8 Nov 2021 15:24:48 +0100 Subject: [PATCH 4/7] Removed left-over comma in keywords --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 6d5f4fa892..3e5c21a547 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,7 +12,7 @@ repository-code: "https://github.com/nltk/nltk" url: "https://www.nltk.org" license: Apache-2.0 keywords: - - "NLP", + - "NLP" - "CL" - "natural language processing" - "computational linguistics" From 14427beab40ee3c79e16506e31d2dcb2ae6cc8b2 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 8 Nov 2021 17:11:32 +0100 Subject: [PATCH 5/7] Resolved misspelled word Oh my, I'm embarrassed --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 3e5c21a547..fefc6c5223 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ preferred-citation: text with the natural language toolkit type: book authors: - - given-names: Stephen + - given-names: Steven family-names: Bird orcid: https://orcid.org/0000-0003-3782-7733 - given-names: Ewan From dd5ca1174e025bfed1a5806df11b692792c4c20d Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Tue, 9 Nov 2021 09:34:08 +0100 Subject: [PATCH 6/7] Renamed title to include abbreviation --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index fefc6c5223..b48e5d5b58 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ cff-version: 1.2.0 title: >- - Natural Language Toolkit + Natural Language ToolKit (NLTK) message: >- Please cite this software using the metadata from 'preferred-citation'. From d80a2c605d9d0dbae4f24898664a1711fdd298a4 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Fri, 26 Nov 2021 13:17:55 +0100 Subject: [PATCH 7/7] Title-cased the title, how fitting --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b48e5d5b58..e8e96f762d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,8 +26,8 @@ keywords: - "text analytics" preferred-citation: title: >- - Natural language processing with Python: analyzing - text with the natural language toolkit + Natural Language Processing with Python: Analyzing + Text with the Natural Language Toolkit type: book authors: - given-names: Steven