spaCy
English
Turkish
epistemology
knowledge-base
information-extraction
bias-detection
confidence-scoring
nlp
Instructions to use NextGenC/AEE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use NextGenC/AEE with spaCy:
!pip install https://huggingface.co/NextGenC/AEE/resolve/main/AEE-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("AEE") # Importing as module. import AEE nlp = AEE.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
datasets:
|
| 15 |
- text
|
| 16 |
---
|
| 17 |
-
# Automated Epistemology Engine (AEE) - Era Version
|
| 18 |
|
| 19 |

|
| 20 |

|
|
@@ -188,7 +188,7 @@ If you use AEE Era in your research, please cite:
|
|
| 188 |
|
| 189 |
---
|
| 190 |
|
| 191 |
-
# Otomatik Epistemoloji Motoru (AEE) - Era Sürümü
|
| 192 |
|
| 193 |

|
| 194 |

|
|
|
|
| 14 |
datasets:
|
| 15 |
- text
|
| 16 |
---
|
| 17 |
+
# Automated Epistemology Engine (AEE) - Era Version
|
| 18 |
|
| 19 |

|
| 20 |

|
|
|
|
| 188 |
|
| 189 |
---
|
| 190 |
|
| 191 |
+
# Otomatik Epistemoloji Motoru (AEE) - Era Sürümü
|
| 192 |
|
| 193 |

|
| 194 |

|