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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Author: Karen Urate
5
5
  Author-email: karen.urate@softhauz.ca
6
6
  Description-Content-Type: text/markdown
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name='softhauzpy',
8
- version='0.0.6',
8
+ version='0.0.7',
9
9
  author='Karen Urate',
10
10
  author_email='karen.urate@softhauz.ca',
11
11
  packages=find_packages(),
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Author: Karen Urate
5
5
  Author-email: karen.urate@softhauz.ca
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes