acl-org / acl-org/acl-anthology
check for abstracts cut-and-pasted from the PDF
- 主要语言
- Python
- 星标
- 797
- 派生
- 408
- 平均合并
- 3 天 19 小时
- 30 天内合并 PR
- 36
描述
Ingestion (perhaps via `normalize_anth`) should check for hyphenations that indicate an abstract has been cut-and-pasted from a PDF, e.g., "pro- vides". We could probably mostly correct this automatically, though note that there are situations where the hyphen should be retained and only the space deleted (e.g., "top- selling").
[Here's an example](https://github.com/acl-org/acl-anthology/pull/665/files#diff-6361fe7f6c8b5160ffcf735c43097cf2L10941).
贡献指南
这个仓库没有索引到贡献指南
调研方向
Read the ingestion path and the normalize_anth entry point, then inspect the linked example in pull request #665. Determine how PDF-style hyphenation such as "pro- vides" should be identified without altering cases such as "top- selling"; done means the ingestion behavior is covered for both correction and retention cases.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100