Skip to content
Snippets Groups Projects
Commit 9e106bfa authored by Thomas Edwards's avatar Thomas Edwards
Browse files

styling tweak

parent 01a898c3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import torch
from ckip_transformers.nlp import CkipWordSegmenter, CkipPosTagger, CkipNerChunker
from transformers import pipeline
# Perform NER on Text
def run_ner_on_text(page):
ner_driver = CkipNerChunker(model="bert-base")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment