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