Skip to content

Releases: allenyllee/DataTag_helper

v0.9.0

15 Sep 15:45
Compare
Choose a tag to compare
  1. Support ArticleTag column

v0.8.9

12 Mar 09:40
Compare
Choose a tag to compare

v0.8.9

  1. Support duplicate content by using title_hash - content_hash as TextID in excel file

v0.8.8

  1. add excel to json support

    excel_column

    Title 就是文章標題,
    Poster 為發文者,
    Gender 發文者為性別,
    Date 為日期(年月日),
    Time 為時間(時分秒),
    Content 為文章內容

    轉出來的 json 檔,會變成四個欄位:
    Title, Content, Author, Time

    Poster 跟 Gender 會合併為 Author
    Date 跟 Time 會合併為 Time

    如下所示:

    "Title": "Irure incididunt ipsum velit anim amet occaecat elit esse cillum amet excepteur.",
    "Content": "Ex veniam ad cupidatat nostrud excepteur in ipsum. Cupidatat Lorem duis ipsum laboris sit ex sunt ea dolore cupidatat sint consectetur duis. Dolor dolore esse ullamco excepteur consectetur eiusmod sit. Irure reprehenderit pariatur et laboris. Dolor incididunt nulla voluptate magna enim duis occaecat mollit dolor Lorem enim anim pariatur.",
    "Author": "匿名/女",
    "Time": "2019-07-02/16:45:17"

v0.8.7

09 Feb 11:50
Compare
Choose a tag to compare
  1. add .docx support
  2. add .pdf support
  3. Support duplicate content by using title_hash - content_hash as TextID

v0.8.6

09 Feb 02:45
Compare
Choose a tag to compare

exported title in json file use relative path

v0.8.5

09 Feb 01:23
Compare
Choose a tag to compare
  1. rename title to DataTag Helper (標註轉檔小幫手)
  2. set default selection to the first option, and move input dir that contains .txt to the first option.

v0.8.3

06 Feb 15:09
Compare
Choose a tag to compare

Rename to DataTag_Helper

v0.8.2

23 Jul 15:16
Compare
Choose a tag to compare
  1. fix "Missing optional dependency 'xlrd'." error, jsut use openpyxl. see: pandas-dev/pandas#38424

  2. called monkey patch for gooey gui components only when before entering GUI mode (to avoid non-gui import generate "module not found" error)

v0.8.1

13 Jul 15:26
Compare
Choose a tag to compare

add multiple input file support with MultiFileChooser

v0.8.0

03 May 10:26
Compare
Choose a tag to compare
  1. add second_upload function
  2. add second labeled json cleaner and converter
  3. fix windows open unicode file with cp950 codec issue

v0.7.2

26 Mar 08:46
Compare
Choose a tag to compare

adding SerialID column