Skip to content

Releases: ssciwr/AMMICO

keep full length original text, allow full text analysis

19 Feb 13:46
1a62983

Choose a tag to compare

  • original text truncated to 5000 characters stored in text_truncated and original text is kept at original length
  • better text analysis handling if translation is skipped

exception handling for googletrans

06 Feb 08:59
09d009c

Choose a tag to compare

  • 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

02 Dec 14:37
e12929a

Choose a tag to compare

since there were more edge cases

handle googletrans "."

30 Nov 11:41
403525a

Choose a tag to compare

  • fix some typos in the documentation
  • handle googletrans issue with requiring a space after a full stop "."

include privacy disclosure for text detector

11 Oct 06:22
f3af3de

Choose a tag to compare

  • 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

31 May 10:15
ea18277

Choose a tag to compare

includes updates to some of the dependencies of ammico, and stability improvements, plus better documentation

ammico with wrapper for input/output handling

13 Sep 12:37
a7484e3

Choose a tag to compare

  • 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