cqp:practice-working-with-concordances
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cqp:practice-working-with-concordances [2024/06/20 13:53] – external edit 127.0.0.1 | cqp:practice-working-with-concordances [2025/05/15 01:00] (current) – [Exercise 2: An investigation of synonymy] add "script" aamoakuh | ||
---|---|---|---|
Line 22: | Line 22: | ||
- Search for one verb (case-insensitive) at a time using a complex query, where you search for the lemma, and specifying the word form with either a pos- or class-tag. | - Search for one verb (case-insensitive) at a time using a complex query, where you search for the lemma, and specifying the word form with either a pos- or class-tag. | ||
- Randomize the data, then reduce it to 50 concordance lines. | - Randomize the data, then reduce it to 50 concordance lines. | ||
- | - Export your concordance as txt-file, using the '' | + | - Export your concordance as txt-file, using the script |
- Repeat these steps for the other verb. | - Repeat these steps for the other verb. | ||
Line 31: | Line 31: | ||
- Search for the lemma //love// as a verb in the BNC-BABY. | - Search for the lemma //love// as a verb in the BNC-BABY. | ||
- Save the concordance in a variable, randomize it (with the variable) and extract a sample of 50 concordances. | - Save the concordance in a variable, randomize it (with the variable) and extract a sample of 50 concordances. | ||
- | - Generate a frequency list of all words directly following your match in the concordance (case-insensitive) and export that frequency list into a CSV-file, using the '' | + | - Generate a frequency list of all words directly following your match in the concordance (case-insensitive) and export that frequency list into a CSV-file, using the script |
==== Solutions ==== | ==== Solutions ==== |
cqp/practice-working-with-concordances.1718884383.txt.gz · Last modified: 2024/06/20 13:53 by 127.0.0.1