Filename: README.bielefeld.lexdb.v2.1 Author: D. Gibbon, U Bielefeld Date: 31 Jan 1995 ================================================================== This file accompanies the corrected version of the current Bielefeld lexicon database Version 2, bielefeld.lexdb.v2.1. The README for bielefeld.lexdb.v2.0, which provides full documentation, must be consulted for further information on the structure and attributes. The following modification types have been made: 1. Header: The header now provides textual version information. 2. Attributes: All attributes have now been joined. 3. Content: Minor corrections to values of specific attributes were necessary; information on remaining inconsistencies is welcome. 4. A number of additional UNIX tool facilities are provided. ================================================================== Directory contents: README.bielefeld.lexdb.v2.1 This file. bielefeld.lexdb.v2.1 Current database file. coverage.rprt* Called by dbreport dbattr.key List of orthographic keys dbjoin* (Re-)Join attribute files (see: dbsplit) dbreport* Attribute coverage report dbselect* Full length subdatabase extraction dbsplit* Split database into single-attribute files dbupdate2.1* Update script for v2.0 and demo-wl v1.0 dbversion* Version information dbview* Prettyprint one entry by attribute name dbviewall* Prettyprint one entry with all information dbviewr* As dbview, but regexp permitted for entry class dbviewrall* See dbviewall, dbviewr ================================================================== Example of access with a UNIX regular expression A UNIX toolset cannot replace a standard databse system. However, the examples included here are intended to suggest techniques for usefully accessing the available data. Users are invited to develop their own variants; feedback would be very welcome. This simple example illustrates a powerful technique for accessing a set of related entries by UNIX regex patterns. In this case, the tailstring "rache" is matched, yielding, as it happens, the two entries "Absprache" and "Terminabsprache". The procedure dbviewrall automatically accesses all attributes for these entries. Input: dbviewrall bielefeld.lexdb.v2.1 ".rache$" Output: Entry 46: Absprache BIorth: Absprache BIorthseg: Ab+sprach#+e BImorpro: ?'ap.#Spr''a:.x+@ BIlemma: ABSPRACHE BIorthstem: Absprach BImorprostem: ?'ap.#Spr''a:x BIflex: noun,akk,sg,fem noun,dat,sg,fem noun,gen,sg,fem noun,nom,sg,fem BICD1: 0 BICD2: 0 BICD3: 1 BICDall: 1 KICanon: Q'ap#Spr"a:x@ BIdiscpart: @empty@ SIEMENScats: Absprache,absprache&sortal_einigen_auf(n)&count_noun_norm&subst_klasse2_1 STUTTcats: Absprache,NN,absprache,common_noun_sem,TUE,arrangement,arrangement Bsynsem: vollform("Absprache")=>common_noun_syn("Absprache",fem,case)&common_noun_sem("absprache",sit_info_c). BSlabel: @empty@ Entry 238: Terminabsprache BIorth: Terminabsprache BIorthseg: Termin#ab#sprach#+e BImorpro: tE6.m'i:n#''ap#Spr''a.x+@ BIlemma: TERMINABSPRACHE BIorthstem: Terminabsprach BImorprostem: tE6.m'i:n#''ap#Spr''ax BIflex: noun,akk,sg,fem noun,dat,sg,fem noun,gen,sg,fem noun,nom,sg,fem BICD1: 2 BICD2: 0 BICD3: 2 BICDall: 4 KICanon: tE6m'i:n#Q"ap#Spr"a:x@ BIdiscpart: @empty@ SIEMENScats: Terminabsprache,terminabsprache&sortal_einigen_auf(n)&count_noun_norm&subst_klasse2_1 STUTTcats: Terminabsprache,NN,terminabsprache,common_noun_sem,TUE,scheduling,scheduling Bsynsem: vollform("Terminabsprache")=>common_noun_syn("Terminabsprache",fem,case)&common_noun_sem("terminabsprache",sit_info_c). BSlabel: @empty@ ===== End ========================================================