[jira] [Updated] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-22 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated PYLUCENE-12: --- Attachment: PYLUCENE-12.patch New patch (just fixes my indentation screwup from last

[jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-22 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155389#comment-13155389 ] Michael McCandless commented on PYLUCENE-12: I noticed one unfriendliness her

[jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-22 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155397#comment-13155397 ] Michael McCandless commented on PYLUCENE-12: Hmm, one more unfriendliness: if

Can't wrap weka

2011-11-22 Thread Bill Janssen
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