kulukimak / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Add RTF Reader #588

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a reader for RTF input documents.

Proposed steps:
- Extend ResourceCollectionReaderBase and override #getNext(CAS aCas).
- Use javax.swing.text.rtf.RTFEditorKit for parsing RTF files

Seems to be straight-forward.

Original issue reported on code.google.com by schno...@ukp.informatik.tu-darmstadt.de on 16 Feb 2015 at 3:28

GoogleCodeExporter commented 9 years ago
About the license:
RTFEditorKit has the following license header in Oracle JDK:

 * Copyright (c) 1997, 2000, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

Is this appropriately transferable to ASL?
In OpenJDK, the same class in GPL'ed.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 16 Feb 2015 at 3:31

GoogleCodeExporter commented 9 years ago
The class is part of the JDK - I think we do not care.

Original comment by richard.eckart on 16 Feb 2015 at 5:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3360.

- Initial import.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 3 Mar 2015 at 9:14

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3361.

- RTF Module added.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 3 Mar 2015 at 9:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3362.

- RTF module Asciidoc entry added.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 3 Mar 2015 at 9:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3363.

- pom.xml: module name added.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 3 Mar 2015 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 6 Mar 2015 at 8:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3375.

- RTF reading part extracted to dedicated method readRTF().

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 30 Apr 2015 at 9:34