Instructions to use mble/nameToStdName with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use mble/nameToStdName with spaCy:
!pip install https://huggingface.co/mble/nameToStdName/resolve/main/nameToStdName-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("nameToStdName") # Importing as module. import nameToStdName nlp = nameToStdName.load() - Notebooks
- Google Colab
- Kaggle
File size: 490 Bytes
cf9057a 746227d cf9057a 746227d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
license: gpl-3.0
datasets:
- mble/nameToStdName
language:
- en
library_name: spacy
tags:
- code
- ner
- named entity recognition
- minecraft
- minecraft plugins
- product name
---
# nameToStdName for Minecraft plugins from SpigotMC and Bukkit
From Spigot/Bukkit plugin titles and description, extract plugin names.
Main repository: https://github.com/pluget/services
## License (SPDX)
GPL-3.0 for code
ODbL-1.0 for data/models
## Creators
Maciej Błędkowski - Founder, Lead Developer |