Releases: ssciwr/AMMICO
Releases · ssciwr/AMMICO
keep full length original text, allow full text analysis
exception handling for googletrans
- improved exception handling for googletrans
- skip translation if error occurs, print warning and move on #237
- constrain the maximum number of characters in the extracted text to 5000, as this is the limit for googletrans #240
- please note that this constraints the original text to be truncated to 5000 characters too, same string length as the translated text, to keep the 1:1 correspondence of original and translated text. It would be possible though to store the full length original, I do not see the use case for this now, but could be added as an (optional) feature
improved handling of full stop in extracted texts
since there were more edge cases
handle googletrans "."
- fix some typos in the documentation
- handle googletrans issue with requiring a space after a full stop "."
include privacy disclosure for text detector
- privacy disclosure for text detector
- correction of typographical mistakes in notebook
- somre more information on the usage on google colab
- highlight google colab buttons in readme
better documentation, some library updates
includes updates to some of the dependencies of ammico, and stability improvements, plus better documentation
ammico with wrapper for input/output handling
- no more spell checking and correcting spelling errors, this did not produce the desired results
- more rigorous passing of detector module variables
- new dash interface for interactive checking of the results
- wrapper for input / output processing