As we can't expect any input from the native speakers this week (because of Thanksgiving), here are couple of minor changes I would suggest.
--Thilo BSF Annotator The Bean Scripting Framework (BSF) Annotator is an Apache UIMA analysis engine that provides a link between the UIMA framework and the scripting languages that are supported by Apache BSF (http://jakarta.apache.org/bsf). The current implementation comes with examples in Beanshell (http://www.beanshell.org) and Rhino Javascript (http://www.mozilla.org/rhino). Simple tests have also been conducted successfully with Jython (http://jython.sourceforge.net/Project/index.html) and JRuby (http://jruby.codehaus.org). The annotator takes as parameter the source file containing the script. The script is supposed to implement the initialize and process functions of the analysis engine. Using a scripting language can be very handy to do quick prototyping, pre/post processing, CAS cleaning tasks or typeystem conversion/adaptation. The Java source of the annotator can be accessed from the SVN repository at http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/BSFAnnotator. Olivier Terrier wrote: > Hi Michael > > I'm not familiar at all with the website update process so I appreciate your > help. > > Here is a small abstact (please review the english as it is not my native > language!) > ------------- > BSF Annotator > > The Bean Scripting Framework (BSF) Annotator is an Apache UIMA analysis > engine that makes a linkage between the UIMA framework > and the scripting languages that are supported by Apache BSF > (http://jakarta.apache.org/bsf). > The current implementation comes with examples in Beanshell > (http://www.beanshell.org) and Rhino Javascript > (http://www.mozilla.org/rhino). > Simple tests have also been conducted with success with Jython > (http://jython.sourceforge.net/Project/index.html) and JRuby > (http://jruby.codehaus.org). > The annotator takes as parameter the source file containing the script. > The script is supposed to implement the initialize and process functions of > the analysis engine. > Using a scripting language can be very handy to do quick prototyping, > pre/post processing, CAS cleaning tasks or typeystem conversion/adaptation. > The Java source of the annotator can be accessed in the SVN repository at > http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/BSFAnnotator. > ------------- > > Best > > Olivier > >> -----Message d'origine----- >> De : Michael Baessler [mailto:[EMAIL PROTECTED] >> Envoyé : vendredi 23 novembre 2007 11:50 >> À : [email protected] >> Objet : Re: [jira] Closed: (UIMA-624) UIMA Sandbox BSF >> Annotator initial code drop >> >> Hi Olivier, >> >> since the BSF annotator code is now in the Sandbox, can you >> please make a short update of the Sandbox website content? >> >> http://incubator.apache.org/uima/sandbox.html >> >> If you are currently not familiar with the website update >> process and you also do not have the time to get familiar >> with, you can also send me an abstract about the BSF >> annotator and I will do the update. >> >> A short website update HowTo is available here: >> http://svn.apache.org/repos/asf/incubator/uima/site/trunk/uima >> -website/HOWTO >> >> Thanks Michael >> >> >> Thilo Goetz (JIRA) wrote: >>> [ >>> >> https://issues.apache.org/jira/browse/UIMA-624?page=com.atlassian.jira >>> .plugin.system.issuetabpanels:all-tabpanel ] >>> >>> Thilo Goetz closed UIMA-624. >>> ---------------------------- >>> >>> Resolution: Fixed >>> Assignee: Thilo Goetz >>> >>> Checked in as submitted. Only change: adapted NOTICE and >> LICENSE file to Apache conventions. Thanks! >>> >>> >>>> UIMA Sandbox BSF Annotator initial code drop >>>> -------------------------------------------- >>>> >>>> Key: UIMA-624 >>>> URL: https://issues.apache.org/jira/browse/UIMA-624 >>>> Project: UIMA >>>> Issue Type: New Feature >>>> Components: Sandbox-BSFAnnotator >>>> Reporter: Olivier Terrier >>>> Assignee: Thilo Goetz >>>> Priority: Minor >>>> Attachments: BSFAnnotator.zip, BSFAnnotator.zip, >>>> jruby-COPYING.CPL >>>> >>>> >>>> Here is the BSF Scripting Annotator as discussed in the >> uima-dev list. >>>> Comments are welcome >>>> Olivier >>>> >>> >>
