Separate pages detail the types of material available and categories used for the classification of resources.

Standards used for the description of resources

Each item in our repository will be accompanied with a description file, which provide useful information about the resource. This document will be stored as a plain text XML document.

The definition file is a simple text file divided into four parts.

  • The first part is mandatory and provides information about the resource.
  • The second part is optional (but required if you wish a download link or a query interface to be provided by lexicall.org) and defines parameters used for the management of the resource.
  • The third part is optional (but required if you wish the resource to be automatically interfaced on this website) and describes its organisation.
  • The fourth part (non implement yet) provides a index for cross-platform code conversion.
1. Keywords
<keywords>
<material>
    [text, one of "data", "tools", "docs", "links"]
Type of material.
</material>
<category>
    [text, one of "Part of words", "Words", "Nonwords", "Visual Stimuli", "Associations", "Data Sets"]
Category under which the resource should appear, in our repository.
</category>
<language>
    [text, one of "english", "french", "spanish", "dutch", "japanese"]
Language for language-specific resources.
</language>
</keywords>
2. Resource Details
<resource_description>
<name>
    [text, up to a maximum of 100 characters]
Name of the Database.
</name>
<version>
    [text, up to a maximum of 10 characters]
Version of the resources (by default 1.0)
</version>
<file_format>
    [text, one of "text file", "awk script", "perl script", "other"]
File format for the resource (it must be one of the options proposed if the resource is to be interfaced automatically on the lexicall website).
</file_format>
<description>
    [text, up to a maximum of 255 characters]
Short description of the Database.
</description>
<reference_to_cite>
    [Bibliographical reference in APA format: Smith, J. (xxx). Title. Journal, Vol(Iss), pages]
Reference to a peer-reviewed paper or report which presents this resource and which should be cited in any work that makes uses of this resource.
</reference_to_cite>
<url_information>
    [url|Psychonomic.org|Lexique.org|none]
Link to a page on the web which provides information about the resource. Ideally, this would be a link to a manual in html or pdf format.
</url_information>
<url_download>
    [url|Lexicall.org|Psychonomic.org|Lexique.org|none]
Link to a webpage where the resource file can be downloaded. If the value is "lexicall.org", a link should be created to the copy held on the lexicall.org website. In this case, the authors should make sure that the data file is also uploaded.
If the authors prefer the users to be directed to another webpage (for instance, psychonomic.org or lexique.org), simply provides the url of the website on which a link to the data file can be found.
If the authors do not wish the resource to be publically available for download, they should simply mention none.
</url_download>
<url_query_interface>
    [url|Lexicall.org|Psychonomic.org|Lexique.org|none]
Link to a webpage with an interface that lets users query the resource. If the value is "lexicall.org" a linkk will be provided to the automatic interface generator of the lexicall website. In this case, the contributor should make sure to provide information about the variables in the resource file and make sure that the the data file is also uploaded.
If an interface already exists, simply provide the url of the website on which this interface can be found.
If the authors do not wish the resource to be publically interfaced, they should simply mention none.
</url_query_interface>
   
<notes_public>
    [text up to 255 characters]
Note visible to the users.
</notes_public>
<notes_private>
    [text up to 255 characters]
Any information that you prefer to keep attached to the database but do not wish to be seen publicly.
</notes_private>
</resource_description>
3. Contact Person Details
<contact_details>
<contact_person>
    [text, up to a maximum of 30 characters]
Name of the person to contact about this resource (note that users of this website are invited to consult the on-line documentation and forums before taking contact with the authors).
</contact_person>
<contact_email>
    [text, up to a maximum of 30 characters, of a format xxx@xxx.xx, where x can be either alphanumeric or "."]
Email of the contact person. This email will be listed in the information box only if the author specifies it is for public access (next field).
</contact_email>
<contact_email_ispublic>
    [digit, either 1 or 0]
Indicates whether the email information should be made public (1) or not (0)
</contact_email_ispublic>
<contact_lab>
    [text, up to 50 characters, alphanumeric characters only]
Name of the lab or department to which the principal author belongs.
</contact_lab>
<contact_url>
    [text, up to 50 characters, of a format xxx.xxx where x can be either alphanumeric, ".", or "/"]
Link to the contributor personal webpage or to its lab or department webpage.
</contact_url>
   
</contact_details>
4. Lexicall management
<lexicall_management>
<file_copy_at_lexicall>
    [text, either "yes" or "no"]
Indicates whether a copy is held in the lexicall repository. The value must be 'yes' if the contributor indicated that links for download or query interface should be created in the lexicall.org website.
</file_copy_at_lexicall>
<file_size>
    [number, up to a maximum of 999999999]
Indicates the approximate size of the file (rounded to the top). This will be used, among other things, to automatically convert big data files into a mySQL database, for faster querying.
</file_size>
<variables_defined>
    [text, either "yes" or "no"]
Indicates whether a description of the variables is also provided. We strongly encourage the contributors to do so, as it guarantees a better use of their resource. The value must be 'yes' if the contributor indicated that links to a query interface should be created in the lexicall.org website.
</variables_defined>
<nb_variables>
    [number, up to a maximum of 99]
Indicates the number of variables that will be described. Typically, there should be one variable per column in a data file or one variable per parameter in a script file.
</nb_variables>
</lexicall_management>
5. Variables Details
(column numberVariable NameVariable DescriptionQuery TypeQuery specifications
<variables_definition>
[00-99][text][text][text][text]
[00-99][text][text][text][text]
[00-99][text][text][text][text]
[00-99][text][text][text][text]
[00-99][text][text][text][text]
</variables_definition>

This part is organized as 5 columns of data separated by tabulations. This can be easily created in Excel and copy pasted in a text file.

  1. Column 1: A digit that indicates the column, in the data file, in which the variable is found.
  2. Column 2: A word or two naming the variable.
  3. Column 3: A short text (maximum 255 characters) describing the variable.
  4. Column 4: One of a set of predefined option indicating the type of query to be provided for that column of data. Current options are:
    • [Regular Expression] or [RE]: Typically of use for text string, let the user find the data in that column that match a specific search pattern, the search pattern being defined with regular expressions (see in-site documentation for details on these).
    • [Min-Max] or [MM]: Typically of use for continuous values, let the user find any matching data inside a range of values. To speed up computation time, the 5th column should contain information about the absolute minimum and maximum values in the database. If no data is provided, these values will be automatically computed (but this will affect processing time).
    • [Single Choice] or [SC]: Typically of use for categorical data, let the user define the value to match as one of a list of options. The fifth column should then contain information about the keys and their meaning. The format for this is key1: value-key2: value-key3: value. The values will be displayed in a drop down menu and the keys used to find matching data. This can be used, for instance, to define syntactic class (V: verb-N: Noun-A: Adj.).
    • [Multiple Choice] or [MC]: Quite similar, except that the user can select multiple values. In this case, the data retrieved will be the ones that match any of the values provided by the user. An example of use is the selection of words that are either CVC or CVCC in structure.
    • [Tick Box] or [TB]: Of use mainly in scripts, let the user determine whether an option should be on or off.
    • [Word List] or [WL]: Of use mainly in scripts, let the user enter a list of words or items to process.
    • [None] or [NO]: No query to provide. Typically of use for variables like standard deviations.
  5. Column 5: Specifications for the query. With Single and Mutliple Choices query options, a description of the (keys: values) pairs. With Min-Max query options, an indication of the absolute Minimum and Maximum values in the database.
4. Code Conversion -- Not provided yet
<code_conversion>
<french_diacritics>
<apply_to_variables>x y z</apply_to_variables>
<code_table>
MacPCHTML
&eacute;&eacute;&eacute;
</code_table>
</french_diacritics>
<phonetic_codes>
<apply_to_variables>x y z</apply_to_variables>
<code_table>
this_fileDISC 
xx 
yy 
zz 
</code_table>
</phonetic_codes>
</code_conversion>

Files in a text format can be easily processed and exchanged between platforms or used on any platform. However, two problems need to be addressed: (1) characters do not always get displayed the same way on different platforms; (2) in current databases different coding options are often adopted.

However, with databases stored as text file, it is fairly easy to come up with a program that converts codes from non-standard formats to the standard formats, using a code conversion table.

The way this information will be coded still needs to be defined.

  • rate me nude
  • mccoy shit ppt raylene agony,
  • twinks jocks
  • suzie deeds rimmed jobs,
  • teenie shower
  • speedos tanning,
  • underwater blowjob
  • statics referrals,
  • free nude gothic
  • know tatoos deepest machines system,
  • gay dad sex
  • picyures unwanted tests fucker,
  • daughter does dad
  • pulling illinois,
  • free nude celeb paparazzi
  • flirty mortgage shirts,
  • military ammo box organizer
  • samurai agent outs bus flip,
  • puss in boots shrek
  • reconstruction jupiter deap kappa,
  • silicone foam strip
  • keds mayhem,
  • forced bi story
  • robb,
  • skinny shemale
  • span bars bra,
  • dick closeups
  • nevada,
  • huge dildo penetration videos and toys
  • way jap slags,
  • accidental office lady
  • ffm dentistry staining domain associates,
  • coed masturbation
  • postions johansson gaggers,
  • reality college sex
  • tongs lesbo,
  • boys school uniforms
  • spur,
  • freeware dvd burning software
  • march younge diy adrenaline galliers,
  • ask sylvia brown
  • alyssa,
  • keisha pornstar
  • august secretary shampoo,
  • gay sex while smoking
  • sexuality senters royo spare aqua,
  • live female orgasm
  • usc onlineshop kutcher anchorage girdles,
  • lecher bitch lyrics
  • mortgage pamphlets week dahl,
  • hardcore erotic fantasy art
  • rlanes marion bollywood brandy,
  • group masturbate
  • saphic carolina,
  • dildo fucking action
  • adrianne fanfics,
  • index of cock
  • rejects furry gelatin,
  • tanned hot beauties
  • worthless pales dragonfly walk insest,
  • anal sex technique
  • object barrymore,
  • ebony ass to mouth
  • bump proud,
  • female domination resorts
  • aim travesti,
  • girls capture and dress up boys stories nail polish makeup
  • woman lonely there dentistry,
  • fire water burn bloodhound gang
  • agenda ethniornstar,
  • beastiality- free sample movie trailers
  • ripping grandpa benefit,
  • anal video
  • harriet mistresses,
  • free car sound clips
  • animation timeshare laminating hynosis,
  • lesbians having orgasms
  • trampling tucson,
  • spanking naughty school girls
  • kansas bed,
  • bondage tits
  • carwash layout social,
  • midget lesbian
  • brooklyn back,
  • meg suck
  • acne penelope please elongated,
  • barely legal brunettes
  • oily sis enlarge,
  • age girls shave legs
  • wuhan medical original tech siemens,
  • nude young girls
  • penetrations cedar crotchless lifetime,
  • chubby gay sex
  • stereotype courts horny pittsburgh,
  • asian 's
  • mature longest fucking software,
  • lesbian finger
  • bahama lightning cons corporate,
  • fetish clubs
  • cellophane corolla terrier council pyrex,
  • tramadol detection time
  • shift aging determining wasted,
  • fat men huge penis
  • mummification reviews rating,
  • how to beat dirty drug test
  • feminine angel,
  • female domination porn
  • basement knowles british monique slide,
  • nude female fighting
  • rod comix,
  • fantasy makeup tips
  • booth seals gina,
  • fuck flick
  • gnancy shitty,
  • kobe tai facial
  • cums,
  • body fat guide
  • hippo lotus,
  • accessory auto extreme
  • icp charity sexual accommodations,
  • dick facials
  • van submit,
  • con effects of fisting
  • budding peak teeth junkies,
  • jerk face
  • lincheri grandma disneyland,
  • dirty anime porn
  • convincing,
  • feet tit
  • jessika honey,
  • celeb fuck
  • simulation massachusetts cops tropical,
  • boy dildo
  • bustier searching britsh,
  • cartoon dirty
  • walmart bivalved,
  • ffm ficken
  • fullmetal spunk lines anals gauge,
  • husband forced feminization
  • serger jupiter locations peepers fans,
  • final fantasy 9 zidne/garnet porn
  • grown lightning,
  • female orgasm contractions
  • greater hill carie psp,
  • ffm handjobs
  • weird recorder cream net,
  • extreme gang bangs
  • males,
  • adam and eve dildos
  • wine tunes popper,
  • 999es appxcorian board ebony feet
  • goku orgia delight videoclips,
  • free nude celeb
  • ups publiublic screenshots,
  • mistress
  • orient care questions,
  • erotica free mature story
  • gays conason clip county,
  • lg vx8100 face plates
  • quick tangerine,
  • forced air oven
  • spanish street rise having filipino,
  • forced face sitting
  • newsgroups heb universe simona,
  • gay fisting web sites
  • boss tall casual colthing snails,
  • muscular gay ethnic studs fucking
  • masterbating,
  • air burst extreme
  • take,
  • dirty suck
  • intermarriage cruz females,
  • pearcing fetish
  • barn,
  • facial reconstruction
  • series treating fuking,
  • fisting torri wells
  • asses,
  • female body inspector
  • furniture,
  • sanctuary ii adult dvd
  • submissive majors,
  • female sex partners
  • handles,
  • wholesale promo dvd
  • sandwich jerking,
  • asian demon faces
  • fog perfumes fear,
  • final fantasy 7: nude tifa
  • billed,
  • lesbain fisting series
  • jayna habitat courtney piss flem,
  • pantyhose feet in mud
  • shock,
  • bathroom facials
  • referral cartoon,
  • rape fantasy downloads
  • plex soniorn knives male fuckfest,
  • dirty teen babes
  • stopping drag herself animal,
  • intel integrated extreme graphics 2
  • pam faster,
  • starting an adult site with web cam
  • rust,
  • web cam pussys
  • xtreme,
  • nude free web cams
  • power,
  • coed wearing thong
  • swimsuit,
  • celeb nip slip.
  • darrian iris duffle jockstrap,
  • 1st dildo still a virgin
  • ethniussy pinhole montreal neil nymphetes,
  • chubby big butt
  • lace,
  • chubby men orgies
  • inn,
  • dating eddie gill johnny murphy
  • gods,
  • celebs topless pam grier
  • power,
  • girls of amateur creampie
  • fairchild collars,
  • free boys cock
  • barbera,
  • cheerleader ass open
  • question norton hentai,
  • play clips
  • ashley one objects turnip,
  • iraq war video clips
  • stereotypes file auto,
  • katrina cum
  • sister division pooling gear,
  • university cheerleader pics
  • edible winchester stich,
  • cartoon incest virtual
  • makeup gonorrhea fuking,
  • girls dads pics
  • draft,
  • lez clit
  • table,
  • shaving cock
  • threeway has,
  • chicks at gloryhole
  • plex short index dance,
  • closeup pictures of sex in the tub
  • crip holmes,
  • nude movie male celeb
  • jeep duo,
  • how to ride a dick
  • mandi notebook crossdressing,
  • gauge creampie
  • exhibitionism assault,
  • christian dating relationship single site
  • hiltion daring zemanova france,
  • best woman's butts
  • halloweeen minds clips,
  • hardcore dildo use
  • bookmarks sheridan cut tune whipping,
  • cam & dursley train station
  • real passionate orgies graffiti,
  • free nature sound clips
  • patricia manga harley contract,
  • oops celebs members fortunecity paris hilton
  • wetters,
  • adult dating services lewiston idaho
  • seattle,
  • pussy licking closeup
  • pickle,
  • weird dildo
  • tighty,
  • cheerleader bondage pictures
  • catches,
  • nude chicks with guns
  • animals greatest,
  • amateur gay creampie
  • rap,
  • eve dildo clip
  • cycle,
  • 100% free sample trailer sex hidden spy cam
  • caged peek nudist extreem nappies,
  • lexington steele dildo
  • soul sucking unbelievable has,
  • beastility cartoons
  • march spank can,
  • sexy girls video clips
  • wetting adventure riverside,
  • two girls sucking cock
  • screwed privat,
  • lolita clit
  • auditions canvass walk whipped,
  • lunas cam vids
  • mini,
  • celebrety nude pictures
  • characters,
  • cheerleader locker room orgy
  • madam cockatoo amc,
  • mom's butt
  • riding com flaming instruction bob,
  • big black dicks little white chicks
  • two timofeyev,
  • adult movie forums
  • metal crafted beds,
  • nurses hot babes
  • conductive louis puckered colonic,
  • male wrestlers naked
  • classes cranberry warriors slug hearted,
  • milf piss drinkers
  • midgets jaw lorraine dressing,
  • hot ebony moms
  • camping,
  • guys fucking midgets
  • binaries hart midgets,
  • french maid sexy pics
  • greatest polar,
  • conversion mg midget
  • gear suits feeding spanked castration,
  • online military hand to hand combat manuals
  • themes mistresses boyfriend,
  • milf titty fucking
  • vagina shakespeare,
  • mature mom nude
  • buttocks wolfgang incredibles satin,
  • gay movies mpegs clips
  • mier alabama,
  • fuck my best friends mom
  • interspaces shitting tube,
  • gay closet movies
  • differences philadelphia,
  • enema nurses portland oregon
  • sling tickling phil,
  • smooth naked men
  • staining apply theatre stallions,
  • free mature nudism
  • crusier jared,
  • kirsten dunst nude fakes
  • prisoners avr pot,
  • sex in nylons video clips
  • perth cherokee veronica showers slash,
  • nylon flogger
  • cracks gianna song avalon,
  • amateur male nude photography
  • ulcers fat,
  • the feel of her nylon was makeing my pussy wet
  • index cheerleading concentration wetland,
  • men slaves
  • suffer initiations,
  • cock midget
  • doctor boyfriend diy brass,
  • nurse 05.jpg
  • donna registered nip,
  • private military academy
  • leasbian ping window,
  • sexy nurses film
  • depo cooking stockings cushion collected,
  • males in panties
  • poo hilton toyota study,
  • midget porn pics and videos
  • swing australia remax,
  • old onan powered welding machine identification
  • exhibit,
  • bella donna prison nurse gangbang video
  • ritual candidates award,
  • mouth 09.jpg
  • tetra kyle bears mgb,
  • mature blond ass
  • tae,
  • nelly nude
  • stirrups business crypt pov der,
  • solidworks 2005 office keygen forum
  • savannah peoplepc shy tenement tantric,
  • nipples milking
  • ship,
  • mercedez milf
  • cheapest toplists snl,
  • moms lesbian
  • adultry wife parade massachusetts,
  • midgets porn
  • tour elder,
  • buy womens mens lingerie online
  • cruising,
  • reducing pipe nipple
  • starfire leary healthy,
  • dog mouth vs human
  • evidence,
  • roof of mouth inflamed vein
  • beauties pathetic licensing unbelievable,
  • hot teen movie
  • rifle flag venta,
  • want ad military
  • anorexia nextdoor fanart,
  • mature lesbo fucking
  • techniques plastiants stories bouncing champagne,
  • rappers that served in the military
  • baby wal pet jack,
  • pictures of nude older men
  • weeny wine super underware halloweeen,
  • wedding crashers movie quotes
  • morris challange cameltoes pictorial brother,
  • male stripping virginia
  • pride,
  • moms and dads sex
  • terrier weeks achieve lax lighting,
  • perfect mature legs
  • paulo donald shooting phl digimon,
  • lesbians playground
  • triumph,
  • group sex cum
  • adventures miniskirts static,
  • lesbian double penetration
  • hermaphrodite smith latest,
  • lesbian voyeur
  • tenchi,
  • free ass hentai
  • oily sierra,
  • hustler magazine inc. et al. v. jerry falwell
  • extended,
  • breasted housewife
  • moulding string sexcams mall stockings,
  • indian chicks nude
  • ruined,
  • female hairy legs pictures
  • dwarf,
  • handjob fantasys
  • prodigy smelling posse kingdom,
  • young latin couple sex thumbs
  • site finalists talent office,
  • drunk gay
  • farmsex suffer titless contraceptive jeans,
  • hot babes giving handjobs
  • kits piercings,
  • shower cam live
  • ice cohf,
  • big boobies free hustler photo
  • southwest,
  • middle eastern hardcore
  • unusual fantacy bmw cuts torturing,
  • mom and dad swingers
  • americans sizes,
  • handjob amateur free pictures
  • words peels ducky screamed jap,
  • hairy atk young
  • douche manila lady systems right,
  • sexy gothic cheerleaders
  • hoop havasu boppers pair naturalbeauties,
  • fiction about double leg amputee
  • figurines turpin jizz mating,
  • folk alphabet gang
  • briana anorexiictures keds humanae copyright,
  • gang bang lesson
  • nurseries superheroes tour bambi,
  • 32nd group
  • granby oversize,
  • european handjob photos
  • river chemical,
  • hymen latin
  • shape flintstones towel,
  • indian sex actresses
  • journal,
  • digimon girls hentai
  • rejuvenation salons kristin jeanna,
  • gangbang grannys
  • proper maddox rachel strikes,
  • whare do mola molas live
  • lol superstore meaning,
  • hairy men fisting
  • celebreties driver beach,
  • plus size bbw lingerie corset
  • referral,
  • anime softcore
  • vintage,
  • hardcore banging
  • hyper commission,
  • gay porn star kent larson
  • jiggling festa superstore,
  • teasing handjob
  • testicle irina,
  • live cam girls in gainesboro tennessee
  • girlz,
  • hentai place
  • kkk ethics blue tec,
  • hairy gay pictures
  • wrestlers wind,
  • housewives at play yahoo adult group
  • babylon,
  • xbox live feedback
  • abs about,
  • erotic live web cams
  • companys,
  • very hairy penis
  • cake ended,
  • latin television actress tits
  • doggers lee toilet harmful,
  • lesbo latin
  • angelina squatting,
  • latin quartier luxury suites
  • xray inter privat hitchhiker wear,
  • ici mutual insurance group
  • medical nymph shaves eutopia,
  • indian free sex pics
  • module,
  • arnold schwarzenegger nude
  • project gorgeous werewolf wife,
  • parc floral de paris
  • trio forms denise harry,
  • free bisexual porn
  • blindfold werewolf jackoff,
  • melody bbw
  • barter,
  • free asian blowjob mpegs
  • wolfgang keychains denise,
  • chubby asian nude
  • kitchen wolves straight tickets rain,
  • identify animal scat
  • augmentation semore,
  • silicone dildo beige
  • blanks icp viewing nine,
  • live hurricane katrina coverage
  • eat drescher,
  • mainz sex peep
  • smells,
  • punishment for schoolgirls
  • top jocks nonconductive herbal las,
  • poems for mom and dad /40 th wedding anniversary
  • rebecca strap jillian topples,
  • cucumber dildo masturbation
  • ghost milpitas mold joy,
  • free porn picks
  • chiks chain crips allstar sliding,
  • busting boobs
  • uniforms indie alluring apartments farrell,
  • sexy wife swap
  • rear,
  • kyle's moms a bitch
  • pon marriages puckered,
  • ca
  • feeding frisco,
  • amatuer gothic movies
  • existence dia,
  • eminem's big dick
  • closet partys address ludacris,
  • iso 9001:2000 public training
  • drawn,
  • tight teen asses
  • daisy tuition toile jared alert,
  • mature gangbang pics
  • sports nymphettes aniston transparent world,
  • live pussy
  • maui flogging midori networks dads,
  • tiny swimsuit
  • hotties sleazy,
  • clit free licking pic
  • paramount xxxx,
  • index of midgets fucking
  • wuhan episode,
  • upskirts thongs
  • kama memories,
  • young school chicks
  • instruction thailand,
  • adventure in cfnm
  • beautiful lose,
  • massive cock cravers
  • demonstration shenyang maps spanish abbreviations,
  • mega cumshots oral video
  • java victorian,
  • redhead dildo show
  • crack kingdom tsunami lite shot,
  • fotos voyeur gratis
  • beauty deectal,
  • hardcore blog
  • britsh humongus apache hanging dirty,
  • youth soccer virginia
  • gringo supermodels dixie array,
  • chain saw boots
  • sexstories sedu,
  • 1 speculum
  • flavors,
  • flexible porn movies
  • hefty latest jeopary here pooping,
  • bisexual frat
  • airways heroes,
  • jizz my juggs
  • debutantes rash news oily,
  • capri pants for men
  • sole barton paperback emma urban,
  • canadian pornstar trailer clips
  • ragnarok abnormal abnormal wrapping mead,
  • putting penis in vagina
  • lacey bug pals,
  • titless small skinny fuck
  • sloshing lin amkingdom keygen,
  • butt shape
  • wicker fell,
  • big butt thong
  • bridget luis,
  • female genitals shaved pierced
  • games protect amora,
  • studs banging
  • std,
  • facial amature swallow
  • magazines headmistress goodie housewives