Re: [jira] Commented: (UIMA-1129) XMI serialization support for delta CAS

2008-08-27 Thread Marshall Schor
Something went wrong with the patch diff. It is showing every line as "changed". This sometimes happens when the files don't have the right svn property set for line endings. The result is we lose the ability to easily see what was changed in the commit log. -Marshall Eddie Epstein (JIRA) wrot

Setting eol-style:native for uima source (not test data) files

2008-08-27 Thread Marshall Schor
Any objections to setting this on the main uima project? I set it on the uima-as project some time ago, and haven't had any issues. This would be only on the source files, since some of the test data needs different kinds of line endings. -Marshall

Re: [jira] Commented: (UIMA-1147) Merge uima-as-post1st branch with the uima-as SVN trunk

2008-09-02 Thread Marshall Schor
I believe that if you say UIMA-1131 instead of 1131 in your comment, Jira will automagically convert it into a working hyperlink to the issue :-) -Marshall Eddie Epstein (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/UIMA-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:c

Re: [VOTE] Release uimacpp-2.2.2-03 as uimacpp-2.2.2-incubating

2008-09-03 Thread Marshall Schor
+1. I note that the process being followed with respect to SVN is building the release candidate on a stable branch, without "tagging" until the release candidate is fully approved. This process is used by some other apache projects, and is one of the processes described in Apache Release best pr

[Discuss] accept CFE into the sandbox (Configurable Feature Extractor)

2008-09-08 Thread Marshall Schor
There was a discussion on this on uima-user list (see http://markmail.org/message/ty6eq4ne7r4rvtim ) that ended with a request for a Jira submission. The original did not have documentation. The submission has now been updated and documentation included. Please take a look and discuss any other

Re: [Discuss] accept CFE into the sandbox (Configurable Feature Extractor)

2008-09-08 Thread Marshall Schor
Meant to include this link to the files: https://issues.apache.org/jira/browse/UIMA-1065 -Marshall Marshall Schor wrote: > There was a discussion on this on uima-user list (see > http://markmail.org/message/ty6eq4ne7r4rvtim ) that ended with a request > for a Jira submission. The ori

Re: Donate TIkaAnnotator to Sandbox

2008-09-15 Thread Marshall Schor
Hi Julien, The process for donating to the sandbox is as follows: a) propose something you'd like to donate, on the uima-users or uima-dev list, and see if the community is interested. This is often a bit hard to gauge - you can't always take non-response as a sign of non-interest. If you get n

Re: Donate TIkaAnnotator to Sandbox

2008-09-17 Thread Marshall Schor
Jörn Kottmann wrote: > > On Sep 12, 2008, at 6:13 PM, Julien Nioche wrote: > >> Dear UIMA devs, >> >> We have recently developed an AnnotationReader for UIMA which uses >> Tika to >> convert the markup into annotations. The resource consists of a >> CollectionReader, a CasAnnotator and a utility

Re: Graduating UIMA

2008-09-17 Thread Marshall Schor
Jukka Zitting wrote: > Hi, > > Apache UIMA has been incubating for quite a while now, and I was > wondering about your plans for graduating. > > The last UIMA board reports I've seen have listed the need for more > committers as an issue before graduation. But looking at the dev@ list > and Jira I

Re: Donation of a widely used type system for multi-modal text analysis

2008-09-17 Thread Marshall Schor
I think this could be a good new kind of donation for the sandbox. Perhaps we could have a collection of these and by their being present and available for easy download, ones that are more generally of use and interest to the community could gradually evolve. So I'm +1 for this kind of donation,

[VOTE] accept the Configurable Feature Extractor (CFE) into the sandbox

2008-09-17 Thread Marshall Schor
Please cast your vote to accept the Configurable Feature Extractor into the sandbox. There was a discussion on this on uima-user list (see http://markmail.org/message/ty6eq4ne7r4rvtim ) that ended with a request for a Jira submission. The original did not have documentation. The submission has n

Re: [VOTE] accept the Configurable Feature Extractor (CFE) into the sandbox

2008-09-17 Thread Marshall Schor
Marshall Schor wrote: > Please cast your vote to accept the Configurable Feature Extractor into > the sandbox. > > There was a discussion on this on uima-user list (see > http://markmail.org/message/ty6eq4ne7r4rvtim ) that ended with a request > for a Jira submission. The ori

Re: request for suggestion about uima

2008-09-22 Thread Marshall Schor
Hi Rohan, It would be better if you could post questions to just one list :-). This question is best posted to the "user" list, I think. As Eddie said there, basic UIMA is a framework for combining annotation algorithms. The UIMA Sandbox has some algorithm samples, but nothing specific to image

A possible core speedup

2008-10-01 Thread Marshall Schor
I'm not sure this would speed anything up - but just in case: While doing some profiling, it appears that some time is spent (during deserializing) in CasImpl's ll_getTypeClass. This code is a big switch statement written as a series of "if" statements, testing the current typeSystemImpl instance

Another interesting potential speedup

2008-10-01 Thread Marshall Schor
Profiling certainly shows unusual places you'd never think to look :-) This may be a bit of an anomaly - but we have a scaleout test for uima-as, sending large numbers of CASes over the wire (but the test is running in multiple JVMs on one machine - so there's no network delays). We're running th

source of some unusual profiling measurements

2008-10-01 Thread Marshall Schor
While measuring / profiling uima-as - I've notices some unusually high time being spent in methods that are practically empty - e.g. "delegate" method of "HandlerBase" class. It turns out that the uima-as code has lots of tracing to the log, normally disabled. We had previously discovered that it

Re: source of some unusual profiling measurements

2008-10-02 Thread Marshall Schor
Marshall Schor wrote: > While measuring / profiling uima-as - I've notices some unusually high > time being spent in methods that are practically empty - e.g. "delegate" > method of "HandlerBase" class. > > It turns out that the uima-as code has lots of

Re: source of some unusual profiling measurements

2008-10-02 Thread Marshall Schor
shall Marshall Schor wrote: > Marshall Schor wrote: > >> While measuring / profiling uima-as - I've notices some unusually high >> time being spent in methods that are practically empty - e.g. "delegate" >> method of "HandlerBase" class. >> >

Re: Incubator report

2008-10-08 Thread Marshall Schor
I submitted a report. Please feel free to correct any details :-) -Marshall Thilo Goetz wrote: > We need to report this month, by the 8th. > > --Thilo > > >

Re: Donate TIkaAnnotator to Sandbox

2008-10-09 Thread Marshall Schor
I've been swampped with other things - but I mentioned this in the quarterly board report :-). I'll try to take a look soon... -Marshall Julien Nioche wrote: > Hi guys, > > Did anyone give https://issues.apache.org/jira/browse/UIMA-1095 a try? Any > thoughts on it? > > Best, > > J. > >

Re: [jira] Closed: (UIMA-1193) Tagger throws occasional NPE

2008-10-09 Thread Marshall Schor
Re: test case / big file I may be wrong, but I believe that copying in SVN doesn't really "copy" in terms of space used up. You do have to do an SVN copy, not a ordinary copy + commit, though. -Marshall Thilo Goetz (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/UIMA-1193?page=c

uima project status file updated

2008-11-14 Thread Marshall Schor
Ken Coar (our mentor) said our status file was out of date. I took a look and found 3 things to update: one was to add Jörn to the committers list, another was to include our private mailing list in the list of mailing lists, and the third was to point to where all our status reports were (on the

[DISCUSS] Changing the design for Pear wrappers and Pear-specified "environment variables"

2008-11-17 Thread Marshall Schor
Pears are UIMA analysis components that are wrapped/packaged to include the classpath & data path needed to run them. A Pear can be run as a component in an Aggregate. When it is run, the current Java Classpath and data path are switched from their current values to the values specified in the Pe

[Announcement] Jerry Cwiklik and Tong Fin voted in as new committers to the Apache UIMA project

2008-11-19 Thread Marshall Schor
Hi everyone, The Apache UIMA PPMC is very pleased to announce that Tong Fin and Jerry Cwiklik have accepted our invitation to become Apache UIMA committers. They have been voted in by the Incubator PMC, following the normal procedures for this. Tong has contributed the CAS Viewer and is work

Re: Vote : Donate TIkaAnnotator to Sandbox

2008-11-20 Thread Marshall Schor
Joern Kottmann wrote: >> Not sure if I am supposed to initiate the vote myself as I am not a >> committer. Are you in favour of adding the Tika Annotator to the sandbox >> +1 to add the Tika Annotator to the sandbox, from me. >> > > Just start the vote I think (but may be wrong) that

Re: Can't print PDF version of UIMA Tutorial and Developer's Guide

2008-12-02 Thread Marshall Schor
I too can't print pg 32 (that's the "printed" page number - which is actually page 38 when you select print page # in the "print" menu option), getting the error "The document could not be printed" followed by: There were no pages selected to print. Googling this I found several other people had t

email bounces to subscriber of uima-dev and uima-user

2008-12-08 Thread Marshall Schor
I'm seeing lots of email bounces from uima-dev and uima-user from ftsearch.net that say: --- NOTE: Change of Email Address This email address is no longer valid. As of Thursday 12/04/08, we have changed our domain name to "newssift.com". Your message has not been delivered. Please update

Moving some things from the Sandbox

2008-12-11 Thread Marshall Schor
I would like to move (at least conceptually, if not otherwise) some things from the sandbox to be "mainline". The first candidate I'd like to do this with is uima-as. Other candidates would be annotators that seem stable, the simple server, and the CAS editor. We could leave in the sandbox annot

Can we have a few more votes on http://markmail.org/message/kyw4xwa3gnyhnuwu

2008-12-15 Thread Marshall Schor
This was a vote on accepting the Configurable Feature Extractor into the sandbox. Please read http://markmail.org/message/kyw4xwa3gnyhnuwu for the discussion that happened on the thread. So far there are 3 +1 votes, and a concern raised by Thilo regarding its overall packaging (which includes som

Re: Intercepting log messages of an AE

2008-12-17 Thread Marshall Schor
Hi Jörn - I can see 2 use-cases here. The first one is a JVM running 1 UIMA application, perhaps, and aggregate Analysis Engine (AE). For this case, I think what is wanted is to be able to write log messages coming from a particular Analysis Engine component (perhaps one of the delegates) into a

Re: Intercepting log messages of an AE

2008-12-17 Thread Marshall Schor
I found some things on the web relating to logging in application servers, where one app server may be running many applications. In particular, the Java logging impl that is in Java 1.4 and later, does *not* support having different logging configurations for different apps (in the same app serve

[RESULT] [VOTE] accept the Configurable Feature Extractor (CFE) into the sandbox

2009-01-05 Thread Marshall Schor
The summary of this vote is: +1: Marshall, Eddie, Adam +0: Michael, Jörn, Thilo The vote has been open way more than 72 hours. The vote passes. -Marshall Marshall Schor wrote: > Please cast your vote to accept the Configurable Feature Extractor into > the sandbox. > > There was

Re: Incubator report due this month

2009-01-05 Thread Marshall Schor
I'll volunteer. Items: C++ version vote and release, adding Jörn to IPMC, adding Tong and Jerry to committers, accepting the Configurable Feature Extractor and the TikaAnnotator, and many bug fixes and improvements (aided by Yourkit profiling) to UIMA-AS (and some to base UIMA) driven by users do

[RESULT][VOTE] Donate TIkaAnnotator to Sandbox

2009-01-05 Thread Marshall Schor
Hi - I noticed this vote doesn't seem to have been closed. Here's the summary of the vote thread: +1 : Thilo, Marshall, Jörn, Adam, Michael. 0, -1: no votes It has been way more than 72 hours, so the vote passes :-) -Marshall Michael Baessler wrote: > Julien Nioche wrote: > >> Hi guys,

Re: Incubator report due this month

2009-01-08 Thread Marshall Schor
I posted the board report: http://wiki.apache.org/incubator/January2009 -Marshall Marshall Schor wrote: > I'll volunteer. > > Items: C++ version vote and release, adding Jörn to IPMC, adding Tong > and Jerry to committers, accepting the Configurable Feature Extractor > a

cleanup of uima-website

2009-01-09 Thread Marshall Schor
The uima-website project uses anakia to transform source in the xdocs directory, to html in the docs directory. The "build.xml" for this, in addition, copies xdocs/downloads, xdocs/images to docs/downloads, docs/images. This seems wasteful. I propose to delete the versions under xdocs/images an

Website update work

2009-01-22 Thread Marshall Schor
Some time ago we had some discussion and proposals for a general "makeover" of the Apache UIMA website. I've taken a crack at incorporating the suggestions from that discussion and some more recent discussions around "promoting" some things from the sandbox, and produced a new version of the websi

Re: Looking for Maven archetypes for UIMA components.

2009-01-22 Thread Marshall Schor
I don't know of Maven archetypes for annotators. If you create some, perhaps that could be a useful contribution :-). If you use Eclipse as your IDE, there is tooling within the CDE (Component Descriptor Editor) Eclipse tool to create and edit a new Collection Reader descriptor, etc. For create,

Re: Website update work

2009-01-23 Thread Marshall Schor
Based on feedback so far, I agree with separating the look/feel work from the content, and also agree with finding a way to do this more incrementally. Both Adam and Thilo want a better left-nav bar design - so let's discuss. My thought was to move the most frequently accessed things (a guess, tr

Re: [jira] Created: (UIMA-1273) Pear runtime pulls in all jar files in pear lib directory, no matter if they're on the classpath or not

2009-01-23 Thread Marshall Schor
I hope we can find a solution which will not break current usage. Maybe, a new XML element could be defined which explicitly defines the class path, and which, if present, would stop the lib directories from being scanned for jars to add to the classpath. -Marshall Thilo Goetz (JIRA) wrote: > Pe

Re: Website update work

2009-01-23 Thread Marshall Schor
Adam Lally wrote: > On Fri, Jan 23, 2009 at 1:28 PM, Marshall Schor wrote: > >> Both Adam and Thilo want a better left-nav bar design - so let's >> discuss. My thought was to move the most frequently accessed things (a >> guess, true) toward the top, and to s

Re: Creating Maven archetypes for UIMA components.

2009-01-27 Thread Marshall Schor
Hi Loren, You can find some JUnit "setup"s for collection processing in the project uimaj-cpe; look in src/test/java. When I took a look at, for instance, the CollectionProcessingEngine_implTest, the setup didn't do much - it only gets a path to a file; each test actually does its own setup, initi

Re: [jira] Created: (UIMA-1273) Pear runtime pulls in all jar files in pear lib directory, no matter if they're on the classpath or not

2009-01-27 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> I hope we can find a solution which will not break current usage. >> Maybe, a new XML element could be defined which explicitly defines the >> class path, and which, if present, would stop the lib directories from >

Re: Website update work

2009-01-27 Thread Marshall Schor
I've updated the re-do of the website, as follows: 1) moved the "famous paragraph" up to the top on the first page (this is actually several paragraphs...) 2) Made the new picture on the first page float to the right, with text on the left. 3) changed the left-side nav bar to follow Adam's sugges

Re: Website update work

2009-01-28 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> I've updated the re-do of the website, as follows: >> >> 1) moved the "famous paragraph" up to the top on the first page (this >> is actually several paragraphs...) >> 2) Made the new picture on

Re: Website update work

2009-01-28 Thread Marshall Schor
Re: Offsite links: the literature recommends these be opened in new windows. What do people feel about changing the offsite links to open in a new window? (e.g.: forums, wiki, jira, ASF License, etc.) -Marshall Marshall Schor wrote: > Thilo Goetz wrote: > >> Marshall

Re: problem downloading UIMA

2009-01-28 Thread Marshall Schor
Hmmm, seems I broke something with latest web site update. Will take a look -Marshall Corlette, Daniel James wrote: > Hi, > > I am trying to download UIMA, however I cant seem to locate any links to the > downloads. The page appears to have no links for downloading and goes nowhere > when selec

Re: problem downloading UIMA

2009-01-28 Thread Marshall Schor
Problem fixed, page should work again. Thanks for reporting the problem. -Marshall Marshall Schor wrote: > Hmmm, seems I broke something with latest web site update. Will take a look > -Marshall > > Corlette, Daniel James wrote: > >> Hi, >> >> I am trying

Re: Channel Usability Analytics using UIMA : Request for info on the Log-File Size..

2009-02-18 Thread Marshall Schor
UIMA uses its CAS to pass information from one annotator to the next. If the annotators are co-located, the CAS you can think of as a set of memory-resident data structures, passed by reference. If annotators are on different IP addresses in a network, CASes are serialized/deserialized and sent ov

small memory footprint tradeoff configuration

2009-02-18 Thread Marshall Schor
Some users are beginning to ask for the ability to shift the internal tradeoffs UIMA takes toward having a smaller memory footprint, at some cost in performance. Several areas in particular have come up: 1) "interning" string objects, so that only one copy exists 2) having some way to "compac

Re: small memory footprint tradeoff configuration

2009-02-20 Thread Marshall Schor
ady have, modified in an attempt to avoid needing extra space. I think this would avoid many of the other issues mentioned in the previous thread http://markmail.org/thread/aolbz4nrvmgjhuyb. If there are issues/concerns with this kind of approach, please post/discuss. -Marshall Thilo Goetz wrote: &

Re: [jira] Commented: (UIMA-857) Change startup of framework to support versioned Jars and simplified classpath

2009-02-20 Thread Marshall Schor
Key: UIMA-857 >> URL: https://issues.apache.org/jira/browse/UIMA-857 >> Project: UIMA >> Issue Type: Improvement >> Components: Build, Packaging and Test >>Reporter: Marshall Schor >>Priorit

Re: small memory footprint tradeoff configuration

2009-02-20 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> One of the ideas for GC was to change the basic heap design to use java >> objects for feature structures. I'm thinking of some kind of explicit >> GC, called by the user, at a point where they know a bunch of o

Re: small memory footprint tradeoff configuration

2009-02-23 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> Thilo Goetz wrote: >> >>> Marshall Schor wrote: >>> >>> >>>> One of the ideas for GC was to change the basic heap design to use java >>>> objects for feature

Re: [VOTE] Accept contribution of Lucene CAS Indexer into the sandbox

2009-03-06 Thread Marshall Schor
Hi - I tried to use maven to build this, but it seems to have a parent POM which is not found. Any suggestions for how to get the build to go? The error reported was: [ERROR] FATAL ERROR [INFO] [INFO] Error building POM (ma

Re: UIMA : java.lang.OutOfMemoryError: Java heap space.....

2009-03-06 Thread Marshall Schor
Did you try increasing your java heap size? What size are you running with? -Marshall Balkrishnan.V wrote: > Hi, > > I am trying to load a file of size 12MB onto the CVD for annotation. Then I > get > the following error : > > ==

Re: servlet simple-server-test threw exception java.lang.NullPointerException ...

2009-03-07 Thread Marshall Schor
Hi - The error below says "NullPointerException" on line 194 in the SimpleServerServlet. That line in the source code (assuming you're running version 2.2.2, from the latest release) is: System.out.println("Given text: " + text.substring(0, Math.min(50, text.length(; The only way that l

Re: UIMA : java.lang.OutOfMemoryError: Java heap space.....

2009-03-07 Thread Marshall Schor
Balkrishnan.V wrote: > Marshall Schor writes: > > >> Did you try increasing your java heap size? What size are you running with? >> >> -Marshall >> >> > > Hi Marshall, > > ThankYou for your time. > > Yes, I tried resetting the jvm-

Re: [VOTE] Accept contribution of Lucene CAS Indexer into the sandbox

2009-03-08 Thread Marshall Schor
+1 Contribution looks quite impressive! -Marshall Rico Landefeld wrote: > Hi, > > I've attached the corrected POM without parent POM to the issue. This > should solve the problem. > > best regards, > Rico Landefeld > > >> Hi - I tried to use maven to build this, but it seems to have a parent

Re: UIMA : java.lang.OutOfMemoryError: Java heap space.....

2009-03-09 Thread Marshall Schor
Thanks, Thilo, good points! Another fine point below Thilo Goetz wrote: > Just a few more points on this fascinating topic. > > * The JVM internally represents characters as UTF16. > This means that any ascii text will use twice as much > memory in the JVM as on disk. > > * While reading in the f

Re: small memory footprint tradeoff configuration

2009-03-10 Thread Marshall Schor
After reviewing the previous chain of discussion on this topic, I would like to start the next round, hopefully getting to some convergence :-). 1) On the topic of doing GC (garbage collection) versus copy to another CAS - GC is conceptually perhaps less complex - you don't have mutliple CASes aro

Re: small memory footprint tradeoff configuration

2009-03-11 Thread Marshall Schor
Thanks for your comments. Thilo Goetz wrote: > Marshall Schor wrote: > >> After reviewing the previous chain of discussion on this topic, I would >> like to start the next round, hopefully getting to some convergence :-). >> >> 1) On the topic of doing GC (garb

Re: small memory footprint tradeoff configuration

2009-03-11 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > [...] > >> I agree that backward compatibility is important and is an issue. To >> help the transition to this new scheme, I think an overall global switch >> is needed (similar to the switches we have for JCas &q

Re: small memory footprint tradeoff configuration

2009-03-12 Thread Marshall Schor
existed prior to the component running. This is a tradeoff - for more stability with existing handle uses, versus less "aggressive" GC's. -Marshall Thilo Goetz wrote: > Adam Lally wrote: > >> On Wed, Mar 11, 2009 at 8:53 AM, Marshall Schor wrote: >> >

Re: small memory footprint tradeoff configuration

2009-03-13 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> I agree with both of these concepts: only GC'ing things which are not >> in the index and also not reachable from something that is in the index, >> and making GC'ing (mostly) automatic, based on thresholds, e

Re: small memory footprint tradeoff configuration

2009-03-27 Thread Marshall Schor
Another way to reduce the footprint of UIMA: One user reported the basic UIMA framework as taking approx. 5 MB (not sure exactly what was measured). I investigated to see if UIMA might be loading more classes than needed. I found that at startup time, UIMA reads a factory configuration file and

I posted a short update on UIMA (due tomorrow) to the incubator wiki - please add items

2009-04-07 Thread Marshall Schor
I posted a short update to UIMA for the 3-month board report. See http://wiki.apache.org/incubator/April2009 Please add appropriate items. -Marshall

Re: [jira] Closed: (UIMA-1288) Need a Better Approach For Specifying UIMA AS Broker URL in Deployment Descriptor

2009-04-20 Thread Marshall Schor
Key: UIMA-1288 >> URL: https://issues.apache.org/jira/browse/UIMA-1288 >> Project: UIMA >> Issue Type: Improvement >> Components: Async Scaleout >>Reporter: Jerry Cwiklik >>Assigne

Re: ProcessingContainer_Impl.java, filter

2009-04-30 Thread Marshall Schor
Hi - This code is left over stuff from long ago, which was never made to work. It was supposed to be disabled, but apparently that was just missed in the cleanup work There is a mention of "filters" in the documentation, but there it says that the element is required but must be empty - it

Re: Helping UIMA to graduate

2009-05-02 Thread Marshall Schor
+1 - great to have your help and assistance! -Marshall Thilo Goetz wrote: > Jukka Zitting wrote: > >> Hi, >> >> As a member of the Incubator PMC I've been following the UIMA project >> for quite a while now, and I'm a bit worried that the project has yet >> to graduate from the Incubator. I'd

Re: Generics for UIMA interfaces

2009-05-05 Thread Marshall Schor
+1, this would be very nice... -Marshall Michael Baessler wrote: > +1, sounds good to me > > -- Michael > > Jörn Kottmann wrote: > >> Hallo, >> >> I would love to start an initiative to add generics to the >> interfaces in the uima core APIs. Since UIMA now depends >> on java 5 all code which i

Re: Changes to ConceptMapper

2009-05-06 Thread Marshall Schor
This was replied to on uima-user where it was cross-posted - see http://markmail.org/message/wmvmh5mrp5w262vn . -Marshall Dan McCreary wrote: > Perhaps we can write a short definition for what the ConceptMapper does. > > The following definition from the main UIMA sandbox web page: > >*Concept

Re: Next release

2009-05-14 Thread Marshall Schor
My opinions - I prefer the release be numbered 2.3 to better reflect the extent of the changes. UIMA-AS in particular has had many changes. I would like to promote some things out of the sandbox: UIMA-AS, the CAS Editor, and the stable annotators. I would prefer the release to contain at least

Re: [VOTE] Graduate the Cas Editor out of the sandbox

2009-05-19 Thread Marshall Schor
+1 Will be a nice addition. -Marshall Jörn Kottmann wrote: > Please cast your vote to graduate the Cas Editor out of the sandbox > into uimaj. > > [ ] +1 Graduate the Cas Editor out of the sandbox into uimaj > [ ] 0 don't care > [ ] -1 Leave the Cas Editor in the sandbox > > Jörn > > >

Re: CPEGui

2009-05-20 Thread Marshall Schor
Hi Mikael, There are two scale-out approaches for UIMA - the CPE (which allows replicating the entire pipeline some number of times), and UIMA-AS, which permits a more flexible approach allowing replication of just those parts of the pipeline where it is needed. I think of the CPE as our first at

Re: document structure

2009-05-29 Thread Marshall Schor
I updated the UIMA website's sandbox page with this information. -Marshall Julien Nioche wrote: > Hi Marshall, > > There is a description in the README.txt file from the TikaAnnotator > repository, which I have slightly rewritten into the text below. > > > *Apache Tika is a toolkit for detecting

[Fwd: Re: [Fwd: Please ack software grant receipt for Configurable Feature Extractor (CFE) (UIMA)]]

2009-05-31 Thread Marshall Schor
2009 09:26:19 +0200 From: Jukka Zitting To: Marshall Schor References: <4a204625.5080...@schor.com> Hi, On Fri, May 29, 2009 at 10:31 PM, Marshall Schor wrote: > Before importing code into SVN, we are supposed to get some > acknowledgment that a software grant has be

Re: Failed to resolve font with embed-url 'file:///c:/WINDOWS/Fonts/pala.TTF'

2009-06-18 Thread Marshall Schor
Looks like it does make a difference, unless we can find a way to get and access the Palatino Font on Linux and/or MacOS. One ref on the web said that it was available on the Mac - but I don't have a mac, and don't know how to set things up to access it. Palatino is the font being used for the ma

Re: [jira] Commented: (UIMA-1389) Remove OpenNLP example wrapper

2009-06-24 Thread Marshall Schor
I don't know of any users. If the old wrappers don't work, I'm +1 for removing them, especially if there were some way to leave a "crumb" in their place which would tell anyone trying to use them what to do instead that would work (e.g. a redirect to the OpenNLP project's wrappers). -Marshall Jö

Re: Build warnings

2009-07-02 Thread Marshall Schor
Thilo Goetz wrote: > All, > > when I do a clean svn extract and build the core > distribution, I get lots of warnings during the > packaging stage (I think). > > [WARNING] Cannot include project artifact: > org.apache.uima:uimaj-distr:jar:2.3.0-incubating-SNAPSHOT; it doesn't have an > associate

Re: Build warnings

2009-07-02 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> Thilo Goetz wrote: >> >>> All, >>> >>> when I do a clean svn extract and build the core >>> distribution, I get lots of warnings during the >>> packaging sta

maven build problem

2009-07-02 Thread Marshall Schor
Trying to build uimaj - I get this build error on the Cas Editor project: Couldn't find a version in [3.2.1-v3235e, 3.3.0-v3345b, 3.3.0-v3346] to match range [3.3.0,4.0.0) org.eclipse:swt:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2), ApacheIncubat

Re: maven build problem

2009-07-02 Thread Marshall Schor
Jörn Kottmann wrote: > Marshall Schor wrote: >> Trying to build uimaj - I get this build error on the Cas Editor >> project: >> >> Couldn't find a version in [3.2.1-v3235e, 3.3.0-v3345b, 3.3.0-v3346] to >> match range [3.3.0,4.0.0) >> org.eclipse:

Re: maven build problem

2009-07-04 Thread Marshall Schor
org/maven2 true never fail false never -Marshall Marshall Schor wrote: > Jörn Kottmann wrote: > >> Marshall Schor wrote: >> >>> Trying to build uimaj - I g

Re: maven build problem

2009-07-04 Thread Marshall Schor
left-over thing: in the repository spec for "CentralEclipse" - I had temporarily changed the to always... now have changed it back to never -Marshall Marshall Schor wrote: > I found the cause of the problem (probably only I have this issue :-) ) > >

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Sorry, I started looking at this, but got distracted by the July 4th holiday ;-) Looking at it again, now... -Marshall Thilo Goetz wrote: > Thilo Goetz wrote: > >> Thilo Goetz wrote: >> >>> All, >>> >>> I was trying to follow up on Burn's comments on >>> https://issues.apache.org/jira/bro

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Thilo Goetz wrote: > ... > I have tried looking into those issues, but I'm a > little puzzled by our whole eclipse plugin setup. > The plugins are done in a way that looks very odd > to me, but that may just be my lack of experience. > None of the plugins (except for the cas editor) > has a prope

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> Thilo Goetz wrote: >> >>> ... >>> I have tried looking into those issues, but I'm a >>> little puzzled by our whole eclipse plugin setup. >>> The plugins are done in a way tha

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Agreeing with what Thilo found earlier: It appears that there is a 1/2 done change to the process regarding the feature jars. The result is the build of the feature jars was taken out of the update site build.xml script, but no build for this exists elsewhere. Hence, no feature jars are being bu

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Next issue: There is a new feature for 2.3.0, the caseditor. In the current build approach, each feature needs a separate "feature" project (Eclipse likes this organization). There was no uimaj-eclipse-feature-caseditor project, so I made one :-) and will check it in shortly. Meanwhile, there's

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Next - a workaround to build the feature jars for 2.3 version. I modified the build.xml to include this, and ran it: After I ran that target, I re-ran the main target ("all"), and it reported building the site OK. Now to "test" it... -Marshall

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
... Typo in the stanzas for feature, they had the attribute version="2.2.2.incubating" - should be 2.3.0.incubating-SNAPSHOT. > > url="features/org.apache.uima.tools_2.3.0.incubating-SNAPSHOT.jar" > id="org.apache.uima.tools" version="2.2.2.incubating"> >

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
unning an extra target to build the missing feature jars. I'm sure that this build process can be improved :-) but now we'll at least have some portion of a working start. -Marshall Marshall Schor wrote: > ... Typo in the stanzas for feature, they had the attribute > version

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
After some extra thought - it seems to me that the caseditor might not want to be a separate feature, but instead be included with the tools. So - I won't do another uimaj-eclipse-feature-caseditor project, but rather update the existing uimaj-eclipse-feature-tools to include this plugin. Let's d

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
Jörn Kottmann wrote: > Marshall Schor wrote: >> After some extra thought - it seems to me that the caseditor might not >> want to be a separate feature, but instead be included with the tools. >> >> So - I won't do another uimaj-eclipse-feature-caseditor p

Re: Building the eclipse update site

2009-07-06 Thread Marshall Schor
At this point, the build procedure is: 1) run the build.xml in the uimaj-eclipse-update-site project with the target set to build-features. You can do this in Eclipse by right clicking the build.xml file and picking Run-As Ant-build ... 2) copy the features built here into the same project's top

Re: Building the eclipse update site

2009-07-08 Thread Marshall Schor
The debug plugin adds the capability for Eclipse to show structured values in the debugger for UIMA objects. It is briefly described here: http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.viewin

Re: Building the eclipse update site

2009-07-08 Thread Marshall Schor
I don't believe the UIMA-AS target is called, unless you call it explicitly. Can you say a bit more why you needed to remove it? -Marshall Thilo Goetz wrote: > Marshall Schor wrote: > >> At this point, the build procedure is: >> >> 1) run the build.xml in

Re: Building the eclipse update site

2009-07-08 Thread Marshall Schor
backwards to see who's holding refs to these that shouldn't be... Jörn Kottmann wrote: > Marshall Schor wrote: >> The debug plugin adds the capability for Eclipse to show structured >> values in the debugger for UIMA objects. >> >> It is briefly des

Re: July board report is due

2009-07-08 Thread Marshall Schor
added info on concept mapper update, and Configurable Feature Extracter entering the sandbox -Marshall Thilo Goetz wrote: > Thilo Goetz wrote: > >> Jukka Zitting wrote: >> >>> Hi, >>> >>> UIMA is again due for a board report [1]. Anyone willing to draft it? >>> >>> [1] http://wiki.apache.o

<    2   3   4   5   6   7   8   9   10   11   >