softhauzpy 0.0.6__tar.gz → 0.0.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/PKG-INFO +1 -1
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/setup.py +1 -1
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy/__init__.py +1 -1
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy.egg-info/PKG-INFO +1 -1
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/README.md +0 -0
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/setup.cfg +0 -0
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy/main.py +0 -0
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy.egg-info/SOURCES.txt +0 -0
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy.egg-info/dependency_links.txt +0 -0
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy.egg-info/requires.txt +0 -0
- {softhauzpy-0.0.6 → softhauzpy-0.0.7}/softhauzpy.egg-info/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ from .main import extract_structured_data, extract_headings
|
|
|
7
7
|
from .main import extract_metadata, extract_links, extract_pure_text
|
|
8
8
|
|
|
9
9
|
# indexing
|
|
10
|
-
from .main import load_index, save_index, search_index, compute_tfidf, build_inverted_index
|
|
10
|
+
from .main import load_index, save_index, search_index, compute_tfidf, build_inverted_index, get_document_score
|
|
11
11
|
|
|
12
12
|
# crawls and scrapes
|
|
13
13
|
from .main import tokenize, chunk_text, crawl_site, parse_html, fetch_page, get_search_results_list
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|