You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ **Please check which files you are pushing! If there is any file where you have just changed whitespace, or changed `"` to `'`, etc, please delete it from your pull request. If you can limit the number of files that you modify in your PR to just what is strictly necessary makes it much simpler to track the edits to the project, and also makes things easier to merge your changes if two people work on the project simultaneously and their changes have to be combined.**
4
+
5
+
Please include a summary of the change and which issue is fixed. Please also include relevant context. List any dependencies that are required for this change. Ideally we avoid introducing any new third party dependencies in `pyproject.toml` unless absolutely necessary, because this makes the project more susceptible to breaking whenever a third party library is updated. At the moment it's very lightweight with only `requests` as a requirement.
6
+
7
+
#### Fixes # (issue)
8
+
9
+
## Type of change
10
+
11
+
Please delete options that are not relevant.
12
+
13
+
-[ ] Bug fix (non-breaking change which fixes an issue)
14
+
-[ ] New feature (non-breaking change which adds functionality)
15
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16
+
-[ ] Requires a documentation revision
17
+
18
+
## Testing
19
+
20
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
21
+
22
+
-[ ] Test A
23
+
-[ ] Test B
24
+
25
+
#### Test Configuration
26
+
27
+
* Library version:
28
+
* OS:
29
+
* Toolchain:
30
+
31
+
## Checklist
32
+
33
+
-[ ] My PR is for one issue, rather than for multiple unrelated fixes.
34
+
-[ ] My code follows the style guidelines of this project. I have applied a Linter (recommended: Pycharm's code formatter) to make my whitespace consistent with the rest of the project.
35
+
-[ ] I have performed a self-review of my own code
36
+
-[ ] I have commented my code, particularly in hard-to-understand areas
37
+
-[ ] I have made corresponding changes to the documentation
38
+
-[ ] My changes generate no new warnings
39
+
-[ ] I have added tests that prove my fix is effective or that my feature works
40
+
-[ ] New and existing unit tests pass locally with my changes
41
+
-[ ] Any dependent changes have been merged and published in downstream modules
42
+
-[ ] I have checked my code and corrected any misspellings
43
+
-[ ] I add third party dependencies only when necessary. If I changed the requirements, it changes in `pyproject.toml`
44
+
-[ ] If I introduced a new feature, I documented it ideally in the README examples so that people will know how to use it.
Copy file name to clipboardExpand all lines: README.md
+34-4Lines changed: 34 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,21 +126,51 @@ Thomas Wood at https://fastdatascience.com
126
126
127
127
We would be grateful for your taking the consideration to cite us. We would suggest something like the following (depending on your style):
128
128
129
-
Wood, T.A., Country Named Entity Recognition [Computer software], Version 0.4, accessed at https://fastdatascience.com/country-named-entity-recognition/, Fast Data Science Ltd (2022)
129
+
Wood, T.A., Country Named Entity Recognition [Computer software], Version 1.0.0, accessed at https://fastdatascience.com/natural-language-processing/country-named-entity-recognition/, Fast Data Science Ltd (2022)
130
130
131
131
A BibTeX entry for LaTeX users is
132
132
133
133
```
134
134
@unpublished{countrynamedentityrecognition,
135
135
AUTHOR = {Wood, T.A.},
136
-
TITLE = {Country Named Entity Recognition (Computer software), Version 0.4},
136
+
TITLE = {Country Named Entity Recognition (Computer software), Version 1.0.0},
## Case studies of the Country Named Entity Recognition Library
145
145
146
-
Alisa Redding at the University of Helsinki used the tool for her Masters thesis on mass species extinction and biodiversity. Redding, Alisa, [Animals of the Digital Age : Assessing digital media for public interest and engagement in species threatened by wildlife trade.](https://helda.helsinki.fi/items/77960829-145a-4efb-b364-3dbe6ac6bfb4/full), University of Helsinki, Faculty of Science, 2023.
146
+
People and organisations around the world have been using the library and have cited us.
147
+
148
+
### The sixth wave of mass species extinction...
149
+
150
+
Alisa Redding at the University of Helsinki used the tool for her Masters thesis on mass species extinction and biodiversity.
151
+
152
+
* Redding, Alisa. [Animals of the Digital Age: Assessing digital media for public interest and engagement in species threatened by wildlife trade.](https://helda.helsinki.fi/items/77960829-145a-4efb-b364-3dbe6ac6bfb4/full) University of Helsinki, Faculty of Science, 2023.
153
+
154
+
### The UN's Sustainable Development Goals (SDGs)
155
+
156
+
Christoph Funk and his colleagues at Justus-Liebig-Universität Gießen (Justus Liebig University Giessen) in Germany used country-named-entity-recognition for their meta-analysis of articles related to Sustainable Development Goals in 2023:
157
+
158
+
* Funk, Christoph and Tönjes, Elena and Teuber, Ramona and Breuer, Lutz, Reading Between the Lines: The Intersection of Research Attention and Sustainable Development Goals (May 31, 2023). Available at SSRN: [https://ssrn.com/abstract=4465055](https://ssrn.com/abstract=4465055) or [http://dx.doi.org/10.2139/ssrn.4465055](http://dx.doi.org/10.2139/ssrn.4465055)
159
+
160
+
### The European Commission: detecting terrorism and extremism
161
+
162
+
Francesco Bosso and his team at the European Commission wrote a report investigating NLP for location detection with a focus on the JRC Terrorism and Extremism Database.
163
+
164
+
* Bosso, Francesco, et al. [Use of Large Language Models for location detection on the example of the terrorism and extremism event database.](https://publications.jrc.ec.europa.eu/repository/bitstream/JRC134961/JRC134961_01.pdf), JRC Technical Report, European Commission (2023).
165
+
166
+
167
+
### Labelling radical content online
168
+
169
+
Ugochukwu Etudo and Victoria Y. Yoon at Virginia Commonwealth University used the tool in their analysis of radical content online:
170
+
171
+
* Ugochukwu Etudo, Victoria Y. Yoon (2023) [Ontology-Based Information Extraction for Labeling Radical Online Content Using Distant Supervision](https://pubsonline.informs.org/doi/abs/10.1287/isre.2023.1223). Information Systems Research 0(0). [https://doi.org/10.1287/isre.2023.1223](https://doi.org/10.1287/isre.2023.1223)
172
+
173
+
174
+
## Other named entity recognition tools
175
+
176
+
*[Medical and clinical named entity recognition Python library](https://fastdatascience.com/ai-in-pharma/medical-named-entity-recognition-python-library/)
0 commit comments