Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3083B160C26 for ; Wed, 3 Jan 2018 01:14:04 +0100 (CET) Received: (qmail 19706 invoked by uid 500); 3 Jan 2018 00:14:03 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 19695 invoked by uid 99); 3 Jan 2018 00:14:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2018 00:14:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 74E001A04EA for ; Wed, 3 Jan 2018 00:14:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ObJS8EtKya3j for ; Wed, 3 Jan 2018 00:14:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1E5185FB62 for ; Wed, 3 Jan 2018 00:14:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 65B52E0026 for ; Wed, 3 Jan 2018 00:14:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 23B6C240DA for ; Wed, 3 Jan 2018 00:14:00 +0000 (UTC) Date: Wed, 3 Jan 2018 00:14:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ANY23-321) Add openie toggle functionality to service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Jan 2018 00:14:04 -0000 [ https://issues.apache.org/jira/browse/ANY23-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308913#comment-16308913 ] ASF GitHub Bot commented on ANY23-321: -------------------------------------- GitHub user lewismc opened a pull request: https://github.com/apache/any23/pull/56 ANY23-321 Add openie toggle functionality to service This issue is a large step towards addressing https://issues.apache.org/jira/browse/ANY23-321 I am however not able to currently register the OpenIEExtractor within the ExtractorGroup/Factory when undertaking an extractor. I've debugged this down to the code in the URLClassLoader.addURL of [Any23PluginManager](https://github.com/apache/any23/blob/master/api/src/main/java/org/apache/any23/plugin/Any23PluginManager.java#L453). The OpenIE JAR's are dynamically loaded however the Extractor implementation does not seem to be registered when the extraction is executed. @ansell if you are able to pull this code and debug it would be greatly appreciated. I have specific lines for debugging if this would be helpful. Thank you in advance for any assistance here. P.S. you will also see that I've been making attempts to update the [plugin documentation](http://any23.apache.org/any23-plugins.html). P.P.S I actually remember encountering a similar issue previously when attempting to register a plugin via the command line... I think dynamic ClassLoading is broken in Any23 right now. I am keen to fix it so any help here is appreciated folks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/any23 ANY23-321 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/any23/pull/56.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #56 ---- commit 706e891cf582736f90cfbe83bc1ef5d629e6dfd7 Author: Lewis John McGibbney Date: 2018-01-03T00:05:39Z ANY23-321 Add openie toggle functionality to service ---- > Add openie toggle functionality to service > ------------------------------------------ > > Key: ANY23-321 > URL: https://issues.apache.org/jira/browse/ANY23-321 > Project: Apache Any23 > Issue Type: Bug > Components: openie, service > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Fix For: 2.2 > > > This issue is to add new functionality which provides an on-off switch for running the openie module in addition to existing extractions. Basically replicating the 'Report' or 'Annotate' check boxes would be ideal. -- This message was sent by Atlassian JIRA (v6.4.14#64029)