grapplerulrich commited on
Commit
bfe4194
1 Parent(s): 2decb45

Update todo

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -37,9 +37,11 @@ google_search_engine_id = "search-engine-id"
37
  - [x] Fix issue of duplicate content extracted by beautifulsoup.
38
  - [x] Exclude code from content
39
  - [ ] Improve fetched content.
 
 
40
  - [ ] Get some content from every search result.
41
- - [ ] Find sentences that contain the search keywords.
42
  - [ ] Div's with text & tags. Extract text from tags and then decompose the tags.
43
  - [ ] Summarization requires truncation. Find solution where not needed.
44
  - [ ] Support German content.
45
  - [ ] Improve queries to include more keywords (Expand abrivations & define context)
 
 
37
  - [x] Fix issue of duplicate content extracted by beautifulsoup.
38
  - [x] Exclude code from content
39
  - [ ] Improve fetched content.
40
+ - [x] Find sentences that contain the search keywords.
41
+ - [ ] Find sentences that contain the search keywords taking into account different spellings health care vs healthcare.
42
  - [ ] Get some content from every search result.
 
43
  - [ ] Div's with text & tags. Extract text from tags and then decompose the tags.
44
  - [ ] Summarization requires truncation. Find solution where not needed.
45
  - [ ] Support German content.
46
  - [ ] Improve queries to include more keywords (Expand abrivations & define context)
47
+ - [ ] Control the number of results from the UI.