Skip to content Skip to sidebar Skip to footer
Showing posts with the label Search

Document Comparison / Similarity Using Whoosh Python Search Library

How do I get a similarity measure of a document using Whoosh? I want to create a 'Related'… Read more Document Comparison / Similarity Using Whoosh Python Search Library

How To Search For Multiple Search Terms Across Multiple Rows In A Pandas Dataframe?

So my previous, more simplified question is here - How to search for text across multiple rows in a… Read more How To Search For Multiple Search Terms Across Multiple Rows In A Pandas Dataframe?

Highlight Text In A Pdf With Python

I'm working on custom search engine for my PDF data corpus. I have a transformation layer which… Read more Highlight Text In A Pdf With Python

Python 2.7 Script - Searching For A String In All Files In Directories And Sub-directories

I have a folder named documents, within that I have 3,000 text files and two sub directories: which… Read more Python 2.7 Script - Searching For A String In All Files In Directories And Sub-directories

How To Get A List Of All Tokens From Lucene 8.6.1 Index Using Pylucene?

I have got some direction from this question. I first make the index like below. import lucene from… Read more How To Get A List Of All Tokens From Lucene 8.6.1 Index Using Pylucene?

Python - Folium Search Plugin Doesn't Search Popup Text In Markercluster Group Layer

My folium map, marker cluster, layer control, and search bar all work and show up correctly except … Read more Python - Folium Search Plugin Doesn't Search Popup Text In Markercluster Group Layer