A few examples to try
Here are a few examples, just for fun. You only need to put the values shown in bold in the boxes above:
- Classification: hist
Search Articles for: moyen Age (Set "Search Option" to "Phrase Search")
returns 4 full text hits.
- Head Word: acadEmie
Type of Entry: sub
Search Articles for: plato.*|aristote
returns 11 full text hits.
- Corpus definition blank (search whole thing)
Search Articles for: ancien.* modern.* (Set "Search Option" to "Proximity Searching: same Sentence")
returns 194 full text hits.
- Author: alembert
Classification: gram
returns 12 article links.
- Head Word: avertissement
gets you to the AVERTISSEMENT of the Supplément. - Head Word: charles
Classification: france
returns the articles of French kings named Charles.
- Head Word: sect
returns all the articles linked to the main Encyclopédie and designated by a § sign.
General User Documentation
Use these accent representations only in the "Full-Text Searching" box:Pattern MatchingCapital vowel = match all accents. Example E --> é ê è and no accent. grave = back slash. Example: à --> a\ aigu = forward slash. Example: é --> e/ circonflexe = caret. Example: ê --> e^ cedille = comma. Example ç --> c, trema = double quote. Example ö --> o"
Pattern matching allows identification of a large number of words corresponding to a defined pattern. The search term fem.* will result in all of the words that begin with fem. Similarly, the expression c.*ions specifies all of the words beginning with c and ending in ions (ex: champions, créations, etc.).
The most commonly used regular expression operators are:. (period) -- matches any single character; .* (period asterisk) -- matches any string of characters; E (capital vowel) -- match all accented and non-accented forms; | (veritical line) -- or: femme|homme [a-z] -- matches a single character found in the specified range;
Apostrophes
For the purposes of searching, most apostrophes are treated as word separators. Thus, to search for l'Europe, the user must enter
l' europe
(the two elements separated by a space), and select the "Consecutive Words" search context. For certain exceptions, however, the apostrophe is considered to be an integral part of one word, ex:
aujourd'hui
can be found with a simple word search.
Search Context: Proximity searching
You may enter one or more words for searching. It is important to note that the vertical line (|) serves as the logical OR operator and the space or carriage return serves as the logical AND operator. Thus,Report Format: Concordance and KWIC reports, Frequency by Title
femme|homme
will search for either femme OR homme.
By contrast, entering
femme homme
will find occurences of femme AND homme.
By default, ARTFL will search for co-occurences within the same sentence. Clicking on the Proximity Searching button will restrict the search to words in the same sentence or paragraph. Thus, by default, searching for belle femme will find all sentences containing both belle AND femme, not necessarily in that order.
Criteria may be combined, as in:
belle|beau|belles|beaux homme.*|femme.*
which will search for the adjective AND words beginning with homme or femme.
Users may also designate that the search context be expanded by selecting Paragraph.
The user may select one of two Report Formats. In both the Concordance format (approximately five lines of text) and Key-Word-In-Context or KWIC format (one line of text),the results are posted in list form, preceded by an indication of the number of texts searched, the terms searched for in the corpus, and the number of total occurences. Following this general information is a list of occurrences. Each occurence is represented by a short citation, containing the title of the article or sub-article and the page number on which the word in question occurs. The page number and the title are linked to the corresponding textual units, which allow the user to retrieve the full text of the article or page, with the first keyword highlighted, as required. In both formats, the search term appears in bold type.
Be aware that broadly defined full-text searches may produces thousands of results. The result file, in such a case will take a long time to download (much less to read!) and may exceed the memory capacity of the Web browser. Defining the search criteria more narrowly will produce fewer results and facilitate analysis.
The Frequency by Title option lists the number of occurrences of the search term in each main article. The report will list all articles within the corpus that contain the word or phrase.
- A. For Full-Text Searching use: ARTFL
regular expressions.
- B. For Corpus searching (Head Word, Author,
Classification, Part of Speech, Type of Entry):
- The words defining the corpus, should include accents. Tip: If you do not want to have to think about accents, turn on "Caps Lock" and type everything in uppercase.
- Uppercase AND, OR, NOT are the main
operators in the fields defining the corpus.
Using the AND operator: you can define the class of knowledge as "hist AND anc". You will then be searching all the articles that have been indexed as belonging to the classes of knowledge History and Ancient.
Using the OR operator: if you define the corpus of the author as holbach OR alembert, you will then be searching all the articles that have d'Holbach or d'Alembert as their authors.
Using the NOT operator: if you define the corpus of the class of knowledge as hist NOT nat you will then be searching all the article that belong to the class of knowledge history but that do not belong to the class natural.