[
https://issues.apache.org/jira/browse/PYLUCENE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Vajda reassigned PYLUCENE-16:
--
Assignee: Andi Vajda
> can't wrap weka because of attribute and method with the s
[
https://issues.apache.org/jira/browse/PYLUCENE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Vajda resolved PYLUCENE-16.
Resolution: Fixed
rev 1220359
> can't wrap weka because of attribute an
Andi Vajda wrote:
> On Fri, 9 Dec 2011, Bill Janssen wrote:
>
> > Any ideas on how to wrap weka? The core problem is that the class
> > weka.core.Utils has both a "static double log2", and a "static double
> > log2 (double a)", which confuses the heck out of JCC.
> >
> > It would be nice if it
can't wrap weka because of attribute and method with the same name
--
Key: PYLUCENE-16
URL: https://issues.apache.org/jira/browse/PYLUCENE-16
Project: PyLucene
Issue Type
On Fri, 9 Dec 2011, Bill Janssen wrote:
Any ideas on how to wrap weka? The core problem is that the class
weka.core.Utils has both a "static double log2", and a "static double
log2 (double a)", which confuses the heck out of JCC.
It would be nice if it would rename one or both in the generate
Any ideas on how to wrap weka? The core problem is that the class
weka.core.Utils has both a "static double log2", and a "static double
log2 (double a)", which confuses the heck out of JCC.
It would be nice if it would rename one or both in the generated C++ so
that the class could be wrapped.
B
I'm trying to wrap Weka, a popular machine learning system, with PyLucene.
One of the Weka classes, weka.core.Utils, has a public static variable,
and a public static method, with the same name (see below). When I
compile it, JCC has no way to say that, and I get the following:
In file included