Dependency tree for sentence structure and made notebook funcions importable wit new py file

This commit is contained in:
Henry Dowd
2025-11-21 11:56:34 +00:00
parent 7ad4068a55
commit c2e88b26ca
6 changed files with 592 additions and 20 deletions

View File

@@ -6,8 +6,8 @@
"outputs": [],
"execution_count": null,
"source": [
"import import_ipynb\n",
"from notebooks.03_semantic_methods.ipynb import *\n",
"import spacy\n",
"from notebook_functions import *\n",
"\n",
"def extract_all_features(sentence_pairs):\n",
" features = []\n",