1. 05 Nov, 2020 2 commits
    • Bobby Donchev's avatar
      change TokenClassificationTask class methods to static methods (#7902) · 52f44dd6
      Bobby Donchev authored
      
      
      * change TokenClassificationTask class methods to static methods
      
      Since we do not require self in the class methods of TokenClassificationTask we should probably switch to static methods. Also, since the class TokenClassificationTask does not contain a constructor it is currently unusable as is. By switching to static methods this fixes the issue of having to document the intent of the broken class.
      
      Also, since the get_labels and read_examples_from_file methods are ought to be implemented. Static method definitions are unchanged even after inheritance, which means that it can be overridden, similar to other class methods.
      
      * Trigger Build
      Co-authored-by: default avatarLysandre <lysandre.debut@reseau.eseo.fr>
      52f44dd6
    • Guillem Garc铆a Subies's avatar
      Corrected typo in readme (#8320) · 77c8f6c6
      Guillem Garc铆a Subies authored
      77c8f6c6
  2. 04 Nov, 2020 4 commits
  3. 03 Nov, 2020 6 commits
  4. 02 Nov, 2020 1 commit
  5. 01 Nov, 2020 1 commit
  6. 30 Oct, 2020 2 commits
  7. 29 Oct, 2020 5 commits
  8. 28 Oct, 2020 5 commits
  9. 27 Oct, 2020 4 commits
  10. 26 Oct, 2020 3 commits
  11. 23 Oct, 2020 3 commits
  12. 22 Oct, 2020 3 commits
  13. 21 Oct, 2020 1 commit