Re: [CODE4LIB] spelling server

2005-09-13 Thread Eric Lease Morgan

On Sep 13, 2005, at 8:53 AM, Forman, Andrew B wrote:


I've been asked to create a smart search a.k.a be like google
without any
of the resources ;) for our upcoming new library home page

I did see something on #code4lib about an ockham server?
Would/should that be part of this?


If I were to write such a Web service, I very much suspect it would
be hosted on ockham.org.

What would suggest the shapes of the input and output look like?

--
Eric Lease Morgan
University Libraries of Notre Dame

(574) 631-8604
AIM: ericmorgan


Re: [CODE4LIB] spelling server

2005-09-13 Thread Eric Lease Morgan

On Sep 13, 2005, at 9:17 AM, Andrew Nagy wrote:


What do y'all think of the idea of a spelling server -- a Web service
taking a word as input and returning a list of alternative spellings.


Seems like an awful lot of extra overhead, whats the need for a sever
instead of having the aspell installed along with the application?  I
always use this for all of my search applications and works well
and is
really fast.  I guess I don't understand the need for a webservice?


Actually, I think you have a valid point.

We here at [EMAIL PROTECTED] Central initially thought about
implementing the spell checking functionality as a Web service. We
then thought it would be too much bandwidth. We thought the same
thing regarding the inclusion of WordNet. (There is a Web Service
implementation.) Consequently we implemented them as library/module
calls.

On the other hand, our library/module calls are not very... modular.
Implemented as Web Service we could select from many spell checking
services and/or use the output in ways not necessarily expected with
the hard coded versions.

Maybe they would be just fun hacks. Maybe they could provide
something more useful. I'm not sure.

--
Eric


[CODE4LIB] Systems Position - Windsor, Ontario

2005-09-13 Thread Art Rhyno
University of Windsor, Leddy Library - Systems Librarian

The University of Windsor?s Leddy Library invites applications for a
tenure-track Systems Librarian position, commencing January 1, 2006.  Rank
will be commensurate with experience.  This position is subject to final
budgetary approval.  For further details about the Leddy Library, visit
our website at http://www.uwindsor.ca/leddy.

As the primary information provider to the University campus, the Leddy
Library draws on Systems and other departments to ensure that information
is underpinned by effective communication and learning strategies, and by
efficient information systems. The Systems Department provides leadership
in information technology planning and management which includes its
effective use in library practices and services, establishing
collaborative relationships with other campus constituents to meet
campus-wide technological goals, and contributing to provincial and
national consortia initiatives.  The Systems Department supports
approximately 500 stations as well as wireless access points for public
and staff use.   Platforms in use at the library for delivering services
include AIX, Solaris, Linux, and Windows.

Reporting to the Head of the Systems Department, the incumbent will be a
dynamic, team-oriented professional who will participate in setting
departmental policies, procedures and workflows and, as well, in the
development and implementation of broader library policy and planning
initiatives.   The incumbent will use a creative and flexible approach and
a thorough knowledge of current and emerging technology trends to meet the
library?s information technology needs.  This involves extensive work with
networked computing environments, information resource and retrieval
systems, and the design and implementation of web-based systems.

A Master's degree in Library or Information Science from an ALA accredited
school is required.  The successful candidate will have at least three to
five years of experience in information technology, with a demonstrated
track record in project management.  Proficiency in a variety of web
development environments is required, with some experience with scripting
languages, such as Perl, PHP, or Python, and other tools for building
web-based applications and supporting in-house systems.  A background in
managing an Integrated Library System, including an in-depth knowledge of
the relevant hardware/software is preferred. The incumbent should be
familiar with appropriate standards, particularly in the areas of
web-based service delivery and digital content.  Management experience,
particularly in designing and enhancing workflows in an environment of
technological change, would be an asset.

Applications will include: a letter of application, including a statement
of citizenship/immigration status, a detailed curriculum vitae, and three
current letters of reference forwarded by the referees. To ensure full
consideration, complete applications and letters of reference should be
submitted by November 15, 2005 to: Gwendolyn Ebbett, University Librarian;
University of Windsor, 401 Sunset Ave. Windsor, Ontario, N9B 3P4; Phone:
(519) 253-3000, ext. 3161, Fax (519) 971-3638; E-mail:
[EMAIL PROTECTED]

Applications may still be received after the deadline date. If you are
unable to submit the application by the deadline date, you should contact
the University Librarian to alert her that you intend to submit an
application after the deadline date. If you are viewing the advertisement
after the deadline date, you should contact the University Librarian to
find out the status of the search and discuss the possibility of
submitting an application.

The University of Windsor is committed to equity in its academic policies,
practices, and programs; supports diversity in its teaching, learning, and
work environments; and ensures that applications from members of
traditionally marginalized groups are seriously considered under its
employment equity policy. Those who would contribute to the further
diversification of our faculty and its scholarship include, but are not
limited to, women, Aboriginal peoples, persons with disabilities, members
of visible minorities, and members of sexual minority groups. The
University of Windsor invites you to apply to our welcoming community and
to self-identify in your letter of application. Priority will be given to
Canadians and permanent residents of Canada.

To ensure that you are considered within the priorities of the Employment
Equity Program, you may self-identify in your letter of application or in
a separate letter to the Presidential Commission on Employment Equity
which is mandated to oversee the implementation of employment equity.
Self-identification letters may be forwarded to the Presidential
Commission on Employment Equity, Office of Faculty Recruitment and
Retention (OFRR), 325 Chrysler Hall Tower, University of Windsor, Windsor,
Ontario, N9B 3P4. Information on 

Re: [CODE4LIB] spelling server

2005-09-13 Thread Eric Lease Morgan

For a good time, try:

  http://mylibrary.ockham.org/spell/?word=FOOBAR

where FOOBAR is a... word. Code here:

  http://mylibrary.ockham.org/spell/spell.txt

--
Eric Off To Visit My Boss Morgan