Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
+
datasets:
|
4 |
+
- mble/nameToStdName
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: spacy
|
8 |
+
tags:
|
9 |
+
- code
|
10 |
+
- ner
|
11 |
+
- named entity recognition
|
12 |
+
- minecraft
|
13 |
+
- minecraft plugins
|
14 |
+
- product name
|
15 |
---
|
16 |
+
# nameToStdName for Minecraft plugins from SpigotMC and Bukkit
|
17 |
+
From Spigot/Bukkit plugin titles and description, extract plugin names.
|
18 |
+
Main repository: https://github.com/pluget/services
|
19 |
+
|
20 |
+
## License (SPDX)
|
21 |
+
GPL-3.0 for code
|
22 |
+
ODbL-1.0 for data/models
|
23 |
+
|
24 |
+
## Creators
|
25 |
+
Maciej Błędkowski - Founder, Lead Developer
|