-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commits on Jul 7, 2021
-
thiswillbeyourgithub committed
Jul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for c107544 - Browse repository at this point
Copy the full SHA c107544View commit details -
new revision needs new libraries
thiswillbeyourgithub committedJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 2eaa499 - Browse repository at this point
Copy the full SHA 2eaa499View commit details -
thiswillbeyourgithub committed
Jul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 96af48d - Browse repository at this point
Copy the full SHA 96af48dView commit details -
thiswillbeyourgithub committed
Jul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for fd4f5f0 - Browse repository at this point
Copy the full SHA fd4f5f0View commit details -
feat: added progress bar for paragraphs feat: consume wikipedia summary from keyword feat: consume directly from pdb feat: consume directly from webpage, with several fallback methods and ability to change what matters to something else than "p" feat: consume directly from user inpu style: renamed a lot of function to make it more clear fix: instead of using csv library, use pandas to output as csv feat: output as json feat: output directly the pandas dataframe feat: all functions include docstrings feat: all code is PEP compliant fix: set an environnement variable for the tokenizer otherwise you get a warning written at the top of the output file fix: prints a message when autocard is loading as it can be long on slow devicecs refactor: self.qg is called differently, it is now wrapped so as to be part of a dataframe feat: txt containing wikipedia style reference like [5] is sanitized fix: when outputting as csv, all included commas are escaped feat: consume_web uses several ways to find the title of the webpage fix: renamed self.clear to self.clear_qa for clarity feat: added self.string_output() to allow the user to get directly the output instead of only being able to print it feat: self.print and self.pprint allow to print and pretty print the output new: added a commented section that allows to pause the script using ctrl+c then resume it later. Very useful when running on very large text but could potentially cause issues when uploading it to PyPi so I commented it
thiswillbeyourgithub committedJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 9338b1c - Browse repository at this point
Copy the full SHA 9338b1cView commit details -
mentions downloading punkt for first time users
Configuration menu - View commit details
-
Copy full SHA for db01b7e - Browse repository at this point
Copy the full SHA db01b7eView commit details -
_sanitize_text was missing a docstring
Configuration menu - View commit details
-
Copy full SHA for 03ca81c - Browse repository at this point
Copy the full SHA 03ca81cView commit details
Commits on Jul 9, 2021
-
better _sanitize_text function
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 1204b35 - Browse repository at this point
Copy the full SHA 1204b35View commit details -
style: methods called after pandas
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 4cc55c5 - Browse repository at this point
Copy the full SHA 4cc55c5View commit details -
remove function defined but used once
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 0142744 - Browse repository at this point
Copy the full SHA 0142744View commit details -
removed commented section launching pdb
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for d1a6abf - Browse repository at this point
Copy the full SHA d1a6abfView commit details -
better docstring for sanitize text
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 9d5d8c3 - Browse repository at this point
Copy the full SHA 9d5d8c3View commit details -
removed unecessary import from the commented area
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 4355add - Browse repository at this point
Copy the full SHA 4355addView commit details -
style: added better default titles
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for f18762c - Browse repository at this point
Copy the full SHA f18762cView commit details -
thiswillbeyourgithub committed
Jul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 3e57726 - Browse repository at this point
Copy the full SHA 3e57726View commit details -
Configuration menu - View commit details
-
Copy full SHA for e139367 - Browse repository at this point
Copy the full SHA e139367View commit details -
minor: wrong fstring and extra newline at EOF
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 823e4ff - Browse repository at this point
Copy the full SHA 823e4ffView commit details -
fix: better title for text file
thiswillbeyourgithub committedJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c1d2b25 - Browse repository at this point
Copy the full SHA c1d2b25View commit details
Commits on Jul 10, 2021
-
docs: csv_export is now to_csv, same for json
thiswillbeyourgithub committedJul 10, 2021 Configuration menu - View commit details
-
Copy full SHA for ea70298 - Browse repository at this point
Copy the full SHA ea70298View commit details -
thiswillbeyourgithub committed
Jul 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 6fcb6db - Browse repository at this point
Copy the full SHA 6fcb6dbView commit details -
missing ebooklib + remove extra newline
thiswillbeyourgithub committedJul 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 213c121 - Browse repository at this point
Copy the full SHA 213c121View commit details -
thiswillbeyourgithub committed
Jul 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 90c69ae - Browse repository at this point
Copy the full SHA 90c69aeView commit details -
thiswillbeyourgithub committed
Jul 10, 2021 Configuration menu - View commit details
-
Copy full SHA for de023d2 - Browse repository at this point
Copy the full SHA de023d2View commit details -
style: renamed qa_pairs to qa_dict
thiswillbeyourgithub committedJul 10, 2021 Configuration menu - View commit details
-
Copy full SHA for dea3d44 - Browse repository at this point
Copy the full SHA dea3d44View commit details
Commits on Jul 11, 2021
-
thiswillbeyourgithub committed
Jul 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 6e94f6b - Browse repository at this point
Copy the full SHA 6e94f6bView commit details -
thiswillbeyourgithub committed
Jul 11, 2021 Configuration menu - View commit details
-
Copy full SHA for bb82eb9 - Browse repository at this point
Copy the full SHA bb82eb9View commit details
Commits on Jul 12, 2021
-
adds basic cloze functionnality and notetype
thiswillbeyourgithub committedJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 088bfe6 - Browse repository at this point
Copy the full SHA 088bfe6View commit details -
adds basic cloze functionnality and notetype
thiswillbeyourgithub committedJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f40dd3 - Browse repository at this point
Copy the full SHA 0f40dd3View commit details -
added docstring for main class
thiswillbeyourgithub committedJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 92eca6a - Browse repository at this point
Copy the full SHA 92eca6aView commit details -
feat: added a store_content and watermark flag
thiswillbeyourgithub committedJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 3576c7f - Browse repository at this point
Copy the full SHA 3576c7fView commit details -
thiswillbeyourgithub committed
Jul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 978e9ff - Browse repository at this point
Copy the full SHA 978e9ffView commit details