Recent Releases of ammico

ammico - keep full length original text, allow full text analysis

  • 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

- Python
Published by iulusoy over 1 year ago

ammico - 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

- Python
Published by iulusoy over 1 year ago

ammico - improved handling of full stop in extracted texts

since there were more edge cases

- Python
Published by iulusoy over 1 year ago

ammico - handle googletrans "."

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

- Python
Published by iulusoy over 1 year ago

ammico - 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

- Python
Published by iulusoy over 1 year ago

ammico - better documentation, some library updates

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

- Python
Published by iulusoy about 2 years ago

ammico - 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

- Python
Published by iulusoy almost 3 years ago