home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2002 February
/
PCWFEB02.iso
/
WIN32
/
LSS.CPL
< prev
next >
Wrap
Text File
|
1997-10-16
|
3KB
|
71 lines
##########################################################################
## Personal Library Software
##
## This work protected by US Copyright Law and contains proprietary
## and confidential trade secrets.
##
## (c) Copyright 1994-1995 by Personal Library Software, ALL RIGHTS RESERVED.
##
## File: latin1/english/lss.cpl
##
##________________________________________________________________________
## Purpose:
##---------
##
## Schema for standard 8 English bit language system.
##
##________________________________________________________________________
##
## By default, the protocol name is "LanguageSystem", but this may be changed by
## changing the appropriate string resource in oli.plx (see below). By
## default, the subprotocol name is "Standard8Bit", but this may also be
## changed
##
## Component Protocol:
## Protocol:
## String Resource: OLI_PROTO_LSS_LanguageSystem
## Default Value: "LanguageSystem"
##
## SubProtocol:
## String Resource: OLI_SUBPROTO_LSS_StdFrameWork
## Default Value: "StandardFrameWork"
##
## This languageSystem is NOT hardcoded, and needs LOTS of additional
## data. The schema association for this languageSystem must follow the
## format for all languageSystems: the languageSystem keyword and a list
## whose first item is the subprotocol. For this Standard8Bit
## languageSystem, the subprotocol will be followed by an association list
## specifying the language system components that will be used to
## implement the functionality of the language.
##
##########################################################################
# Language System Association.
#
# Contains Language system keyword, and a list that contains the
# subprotocol name of the language system to be used, plus component
# schema for each component to be used with the language system.
#
# Note that this schema is for the standard 8 bit language system
# Other language systems will not use the same layout, except for the
# protocol and subprotocol specifiers.
#
"LanguageSystem" = # Language System protocol keyword
( # LSS associated data for the subprotocol
"SubProtocol" = "StandardFrameWork"
"WordScanner" = ( "Standard8Bit" )
"Canonizer" = ( "Standard8Bit" PreCanonize "englatin.cnz" )
"Stemmer" = ( "English" )
"StopWordList" = ( "Standard8Bit" "stopword.cpl" )
"StringOps" = ( "Standard8Bit" )
"ParagraphScanner" = ( "Standard8Bit" )
) # End: Language System section