deangelisdf/write2audiobook

(Pre-analysis) (ebook/docx) Remove reference in book.

開放

#13 建立於 2024年9月16日

 (0 則留言) (0 個反應) (1 位負責人)Python (4 個分叉)auto 404
docxePubenhancementgood first issue

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

In many book is possible to find link to reference, but the reading of those numbers or phrase is not natural in a lecture section.

In all scripts exist a method used to extract chapter text, the analysis required here need to take this text as input and remove possible reference. Most of times a reference Is defined with following syntax [1] where 1 is the reference. Reference examples:

  • [1]
  • (Author, 1999)
  • phrase.1

Desiderable: add an optional flag to remove the references from text.

貢獻者指南