File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pandas = "*"
1818datasets = " *"
1919scikit-learn = " *"
2020tqdm = " *"
21+ nltk = " *"
2122py-stringmatching =" *"
2223owlready2 = " 0.44"
2324rdflib = " 7.1.1"
Original file line number Diff line number Diff line change 2323twine
2424pytest
2525py-stringmatching
26+ nltk
Original file line number Diff line number Diff line change 2222 "pandas" ,
2323 "scikit-learn" ,
2424 "tqdm" ,
25+ "nltk" ,
2526 "py-stringmatching" ,
2627 "openai==1.56.0" ,
2728 "owlready2==0.44" ,
Original file line number Diff line number Diff line change 22from ontoaligner import ontology , encoder
33from ontoaligner .aligner import PropMatchAligner
44
5+ import nltk
6+ nltk .download ('averaged_perceptron_tagger' )
7+ nltk .download ('averaged_perceptron_tagger_eng' )
8+
59def test_propmatch_aligner_with_mocked_embeddings ():
610 # Prepare dataset
711 task = ontology .PropertyOMDataset (ontology .ProcessingStrategy .NONE )
You can’t perform that action at this time.
0 commit comments