We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f046c commit fcdbfddCopy full SHA for fcdbfdd
machine-learn/creating_model_git.py
@@ -54,7 +54,7 @@ def custom_tokenizer(nlp):
54
55
def main():
56
try:
57
- nlp = spacy.load("/home/runner/work/Singles-Sorter/Singles-Sorter/machine-learn/custom_ner_model23git")
+ nlp = spacy.load("/home/runner/work/Singles-Sorter/Singles-Sorter/machine-learn/custom_ner_model23-4git")
58
59
test_text = "תומר כהן- הישראלי הבכיר בלינקדין"
60
doc = nlp(test_text)
0 commit comments