[docs] old docs import: next steps

2005-06-15 Thread Bruno Dumon
Here's what I would like to do as next steps: * first of all, I'm aware that there have been voices to not import anything and start from a blank slate. Personally, I think manually copying over old docs will be a boring and time consuming task, I think it will be easier to drop not wanted stuff

Re: [docs] old docs import: next steps

2005-06-15 Thread Bertrand Delacretaz
Le 15 juin 05, à 09:31, Bruno Dumon a écrit : ...* I'll put all the imported documents into a collection called documentation... hmm...legacy maybe? It would be good to differentiate what's imported, for example to generate warnings like on

Re: [docs] old docs import: next steps

2005-06-15 Thread Bruno Dumon
On Wed, 2005-06-15 at 10:50 +0200, Bertrand Delacretaz wrote: Le 15 juin 05, à 09:31, Bruno Dumon a écrit : ...* I'll put all the imported documents into a collection called documentation... hmm...legacy maybe? also fine, though see below for why I was inclined to simply call it

Re: [docs] old docs import: next steps

2005-06-15 Thread Bertrand Delacretaz
Le 15 juin 05, à 11:43, Bruno Dumon a écrit : ...It would be good to differentiate what's imported, for example to generate warnings like on http://forrest.zones.apache.org/c2/build/cocoon-2-2/c21-index.html While this wouldn't be hard to do, I don't like it very much because: * it's

Re: CForms Summer of Code project

2005-06-15 Thread Max Pfingsthorn
Dear Devs, Thank you all very much for your help! Thanks to Tim for the last minute comments! I've submitted my application last night ( way before time in California ;) ). Lets see what comes out of it. I've updated the proposal a little yesterday, see

JXT: non-lenient Jexl expressions?

2005-06-15 Thread Sylvain Wallez
Hi all, Working on jx-macros.xml for the upcoming tree widget, I spend a lot of time figuring out simple typos in method names, as no error is reported. Is there a way for Jexl expressions to fail hard when a property or method doesn't exist, rather than silently ignoring the statement?

Re: [docs] old docs import: next steps

2005-06-15 Thread Steven Noels
On 15 Jun 2005, at 12:02, Bertrand Delacretaz wrote: But can't we generate such a warning from a document attribute which says this document has been imported automatically from a corpus which is known to contain a lot of cruft and needs to be cleaned up before we're happy about it ? I'm

Re: JXT: non-lenient Jexl expressions?

2005-06-15 Thread Leszek Gawron
Sylvain Wallez wrote: Hi all, Working on jx-macros.xml for the upcoming tree widget, I spend a lot of time figuring out simple typos in method names, as no error is reported. Is there a way for Jexl expressions to fail hard when a property or method doesn't exist, rather than silently

Re: [docs] old docs import: next steps

2005-06-15 Thread Bruno Dumon
On Wed, 2005-06-15 at 12:26 +0200, Steven Noels wrote: On 15 Jun 2005, at 12:02, Bertrand Delacretaz wrote: But can't we generate such a warning from a document attribute which says this document has been imported automatically from a corpus which is known to contain a lot of cruft and

Re: [docs] old docs import: next steps

2005-06-15 Thread Bertrand Delacretaz
Le 15 juin 05, à 13:11, Bruno Dumon a écrit : ...ok, I'll do that. I was a bit too optimistic thinking the cleanup would happen quickly :-) (well it might, but we can't predict that).. Depends on your plans for the weekend ;-) -Bertrand, ducking smime.p7s Description: S/MIME cryptographic

DO NOT REPLY [Bug 35364] - [PATCH] CForms Sample Zero-Java code database integration

2005-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35364. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35364] - [PATCH] CForms Sample Zero-Java code database integration

2005-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35364. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[OT] Determining the similarity between a pair of texts

2005-06-15 Thread Ugo Cei
Excuse the Off-Topic, but I'm looking for a Java API for determining the degree of similarity (based on word frequency or whatever) between two text strings. I though of posting here since I know there are some people here expert in semantic web technologies that could maybe help me. Thanks

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Tony Collen
Ugo, I think what you're looking for is the Levenshtein Distance Algorithm. http://www.google.com/search?hl=enq=java+Levenshtein+implementationbtnG=Google+Search HTH, Tony Ugo Cei wrote: Excuse the Off-Topic, but I'm looking for a Java API for determining the degree of similarity (based on

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Peter Hunsberger
On 6/15/05, Ugo Cei [EMAIL PROTECTED] wrote: Excuse the Off-Topic, but I'm looking for a Java API for determining the degree of similarity (based on word frequency or whatever) between two text strings. I though of posting here since I know there are some people here expert in semantic web

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Torsten Curdt
Excuse the Off-Topic, but I'm looking for a Java API for determining the degree of similarity (based on word frequency or whatever) between two text strings. also commons codec has some algorithms ...depends on what you are after exactly http://jakarta.apache.org/commons/codec/ cheers --

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Ugo Cei
Il giorno 15/giu/05, alle 16:32, Tony Collen ha scritto: Ugo, I think what you're looking for is the Levenshtein Distance Algorithm. http://www.google.com/search? hl=enq=java+Levenshtein+implementationbtnG=Google+Search Nice! I also found an implementation nearby:

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Peter Hunsberger
On 6/15/05, Ugo Cei [EMAIL PROTECTED] wrote: Il giorno 15/giu/05, alle 16:32, Tony Collen ha scritto: snip/ Actually, what I am trying to come up is an algorithm for determining whether two texts refer (more or less) about similar subjects. Eee, then you may have to jump into the NLP stuff

[fyi] my braindump on the wiki

2005-06-15 Thread Sylvain Wallez
Hi all, Ideas pop up and go, and if you don't write them down quickly, then can take a long time to come back. That's why I started to use my personal page on the wiki as a whiteboard for wishes, random thoughts and stupid ideas. Have a look if you want:

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Stefano Mazzocchi
Peter Hunsberger wrote: On 6/15/05, Ugo Cei [EMAIL PROTECTED] wrote: Il giorno 15/giu/05, alle 16:32, Tony Collen ha scritto: snip/ Actually, what I am trying to come up is an algorithm for determining whether two texts refer (more or less) about similar subjects. Eee, then you may

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Ugo Cei
Il giorno 15/giu/05, alle 18:27, Stefano Mazzocchi ha scritto: I've been working on this for the past few months. There is no clearcut solution, but using LSI is probably the best approach for the above LSI == ? As for string distance, you might want to check out secondstring.sf.net.

Re: CForms: some renamings on the Widget interface

2005-06-15 Thread Reinhard Poetz
Sylvain Wallez wrote: Hi all, As part of the stabilization work on CForms, there are a couple of changes I'd like to do on the naming-related methods of the Widget interface. Today we have: - getId() which returns the local name of widget. - getRequestParameterName() which returns the

Re: CForms: some renamings on the Widget interface

2005-06-15 Thread Sylvain Wallez
Reinhard Poetz wrote: Sylvain Wallez wrote: Hi all, As part of the stabilization work on CForms, there are a couple of changes I'd like to do on the naming-related methods of the Widget interface. Today we have: - getId() which returns the local name of widget. -

Re: [OT] Determining the similarity between a pair of texts

2005-06-15 Thread Stefano Mazzocchi
Ugo Cei wrote: Il giorno 15/giu/05, alle 18:27, Stefano Mazzocchi ha scritto: I've been working on this for the past few months. There is no clearcut solution, but using LSI is probably the best approach for the above LSI == ? latent semantic indexing As for string distance, you might

DO NOT REPLY [Bug 35364] - [PATCH] CForms Sample Zero-Java code database integration

2005-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35364. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.