[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-08-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/any23/pull/34 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-03-01 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/any23/pull/34#discussion_r103832543 --- Diff: openie/src/test/java/org/apache/any23/openie/OpenIEExtractorTest.java --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-03-01 Thread ansell
Github user ansell commented on a diff in the pull request: https://github.com/apache/any23/pull/34#discussion_r103832125 --- Diff: openie/src/test/java/org/apache/any23/openie/OpenIEExtractorTest.java --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-03-01 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/any23/pull/34#discussion_r103829816 --- Diff: openie/src/main/java/org/apache/any23/extractor/openie/OpenIEExtractor.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-03-01 Thread ansell
Github user ansell commented on a diff in the pull request: https://github.com/apache/any23/pull/34#discussion_r103806632 --- Diff: openie/src/test/java/org/apache/any23/openie/OpenIEExtractorTest.java --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-03-01 Thread ansell
Github user ansell commented on a diff in the pull request: https://github.com/apache/any23/pull/34#discussion_r103806389 --- Diff: openie/src/main/java/org/apache/any23/extractor/openie/OpenIEExtractor.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-03-01 Thread ansell
Github user ansell commented on a diff in the pull request: https://github.com/apache/any23/pull/34#discussion_r103806159 --- Diff: openie/src/main/java/org/apache/any23/extractor/openie/OpenIEExtractor.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software

[GitHub] any23 pull request #34: ANY23-304 Add extractor for OpenIE

2017-02-23 Thread lewismc
GitHub user lewismc opened a pull request: https://github.com/apache/any23/pull/34 ANY23-304 Add extractor for OpenIE Hi Folks, This issue is a rework of #33 which takes on board @ansell 's comments to add the new extractor as a separate module as oppose to inside of core.