Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

76 lines (52 loc) · 2.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Fixed

Changed

0.2.0 - 2020-11-21

Added

  • Add tests in application #22
  • Function documentation for English #25
  • Sort by the probability of topics classified in TopicModeling.
  • Sort by addresses that are from the city that was found in the text.
  • Geoparsing: Cities found in text #13
  • README for English #27
  • CONTRIBUTING for English #28
  • Documentation/docs for English #29

Fixed

  • Fixed user dependency problem. #9

Changed

  • Geoparsing - Changing the use of gazetteer #11
  • Changes to packages required to use library #14
  • Update documentation #18
  • Refactor code: Rename variables, methods, classes to English #26

0.1.2 - 2020-06-14

Fixed

  • Fixed the requirements packages for the installation.
    • Including the gazetteer files in the library.

0.1.1 - 2020-06-14

Added

  • Improved Geoparsing, filtering gazetteer addresses.
  • Improvement in Topic Modeling code.
  • Changes to the packages required by PyElit.

0.1.0 - 2019-11-20

Added

  • Basic Geoparsing functionality completed.
  • Basic Topic Modeling functionality completed.