├── JupyterNotebooks ├── 1-content_extraction.ipynb ├── 2-content_indexing.ipynb ├── 3-azure_search_query.ipynb ├── AugmentingSearch_CreatingASynonymMap.ipynb ├── AugmentingSearch_UploadingSynonymMapToAzureSearch.ipynb ├── SmartStoplist.txt ├── SmartStoplist_extended.txt ├── rake.py └── sample_page.png ├── LICENSE ├── Python ├── azsearch_mgmt.py ├── azsearch_query.py ├── azsearch_queryall.py └── keyphrase_extract.py ├── README.md └── sample ├── html ├── 1.1.1.1.1.1.html ├── 1.1.1.1.1.2.html ├── 1.1.1.1.1.3.html ├── 1.1.1.1.2.1.html ├── 1.1.1.1.4.1.1.html ├── 1.1.1.1.4.1.2.html ├── 1.1.1.1.4.1.3.html ├── 1.1.1.1.4.1.4.html ├── 1.1.1.1.4.1.5.html ├── 1.1.1.1.4.1.6.html ├── 1.1.1.1.4.1.7.html ├── 1.1.1.1.4.1.8.html ├── 1.1.1.11.2.1.2.html └── styles │ ├── css_Q4z0-iME7xTpui0Tzf4MEFv02rRuJ1dHZbo9kP_JLBg.css │ ├── css_XgGKW_fNRFCK5BruHWlbChY4U8WE0xT4CWGilKSjSXA.css │ ├── css_dolo-SIAwemLdrlTs99Lrug9kFXMYlMG3OlznBv4Kho.css │ ├── css_kShW4RPmRstZ3SpIC-ZvVGNFVAi0WEMuCnI0ZkYIaFw.css │ ├── css_rJ3pqftttKVzxtjsOG18hAid4RqqjfFMw3d1C89lWd4.css │ └── css_tuqeOBz1ozigHOvScJR2wasCmXBizZ9rfd58u6_20EE.css ├── parsed_content.xlsx ├── parsed_content_sample.xlsx ├── raw_text_enriched_with_keywords_sample.xlsx ├── sample_page.png ├── sample_queries.txt ├── sample_queries.xlsx ├── sample_query_answers.txt └── sample_query_answers.xlsx /JupyterNotebooks/1-content_extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/1-content_extraction.ipynb -------------------------------------------------------------------------------- /JupyterNotebooks/2-content_indexing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/2-content_indexing.ipynb -------------------------------------------------------------------------------- /JupyterNotebooks/3-azure_search_query.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/3-azure_search_query.ipynb -------------------------------------------------------------------------------- /JupyterNotebooks/AugmentingSearch_CreatingASynonymMap.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/AugmentingSearch_CreatingASynonymMap.ipynb -------------------------------------------------------------------------------- /JupyterNotebooks/AugmentingSearch_UploadingSynonymMapToAzureSearch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/AugmentingSearch_UploadingSynonymMapToAzureSearch.ipynb -------------------------------------------------------------------------------- /JupyterNotebooks/SmartStoplist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/SmartStoplist.txt -------------------------------------------------------------------------------- /JupyterNotebooks/SmartStoplist_extended.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/SmartStoplist_extended.txt -------------------------------------------------------------------------------- /JupyterNotebooks/rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/rake.py -------------------------------------------------------------------------------- /JupyterNotebooks/sample_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/JupyterNotebooks/sample_page.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/LICENSE -------------------------------------------------------------------------------- /Python/azsearch_mgmt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/Python/azsearch_mgmt.py -------------------------------------------------------------------------------- /Python/azsearch_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/Python/azsearch_query.py -------------------------------------------------------------------------------- /Python/azsearch_queryall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/Python/azsearch_queryall.py -------------------------------------------------------------------------------- /Python/keyphrase_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/Python/keyphrase_extract.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/README.md -------------------------------------------------------------------------------- /sample/html/1.1.1.1.1.1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.1.1.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.1.2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.1.2.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.1.3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.1.3.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.2.1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.2.1.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.1.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.2.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.3.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.4.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.5.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.6.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.7.html -------------------------------------------------------------------------------- /sample/html/1.1.1.1.4.1.8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.1.4.1.8.html -------------------------------------------------------------------------------- /sample/html/1.1.1.11.2.1.2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/1.1.1.11.2.1.2.html -------------------------------------------------------------------------------- /sample/html/styles/css_Q4z0-iME7xTpui0Tzf4MEFv02rRuJ1dHZbo9kP_JLBg.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/styles/css_Q4z0-iME7xTpui0Tzf4MEFv02rRuJ1dHZbo9kP_JLBg.css -------------------------------------------------------------------------------- /sample/html/styles/css_XgGKW_fNRFCK5BruHWlbChY4U8WE0xT4CWGilKSjSXA.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/styles/css_XgGKW_fNRFCK5BruHWlbChY4U8WE0xT4CWGilKSjSXA.css -------------------------------------------------------------------------------- /sample/html/styles/css_dolo-SIAwemLdrlTs99Lrug9kFXMYlMG3OlznBv4Kho.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/styles/css_dolo-SIAwemLdrlTs99Lrug9kFXMYlMG3OlznBv4Kho.css -------------------------------------------------------------------------------- /sample/html/styles/css_kShW4RPmRstZ3SpIC-ZvVGNFVAi0WEMuCnI0ZkYIaFw.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/styles/css_kShW4RPmRstZ3SpIC-ZvVGNFVAi0WEMuCnI0ZkYIaFw.css -------------------------------------------------------------------------------- /sample/html/styles/css_rJ3pqftttKVzxtjsOG18hAid4RqqjfFMw3d1C89lWd4.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/styles/css_rJ3pqftttKVzxtjsOG18hAid4RqqjfFMw3d1C89lWd4.css -------------------------------------------------------------------------------- /sample/html/styles/css_tuqeOBz1ozigHOvScJR2wasCmXBizZ9rfd58u6_20EE.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/html/styles/css_tuqeOBz1ozigHOvScJR2wasCmXBizZ9rfd58u6_20EE.css -------------------------------------------------------------------------------- /sample/parsed_content.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/parsed_content.xlsx -------------------------------------------------------------------------------- /sample/parsed_content_sample.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/parsed_content_sample.xlsx -------------------------------------------------------------------------------- /sample/raw_text_enriched_with_keywords_sample.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/raw_text_enriched_with_keywords_sample.xlsx -------------------------------------------------------------------------------- /sample/sample_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/sample_page.png -------------------------------------------------------------------------------- /sample/sample_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/sample_queries.txt -------------------------------------------------------------------------------- /sample/sample_queries.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/sample_queries.xlsx -------------------------------------------------------------------------------- /sample/sample_query_answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/sample_query_answers.txt -------------------------------------------------------------------------------- /sample/sample_query_answers.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/CustomSearch/HEAD/sample/sample_query_answers.xlsx --------------------------------------------------------------------------------