**[ [[cqp:introduction|Collection: Introduction to CQP]] ]** ===== Working with Concordances – Solutions ===== ==== Exercise 1 ==== 1. [hw="furthermore"] group Last match text_domain social_science 40 natural_science 23 applied_science 13 2. group Last match text_publication_date 1985-1993 82 1975-1984 11 1960-1974 1 ==== Exercise 2 ==== What to type in CQP for //gather//: ''set Context 1s'' ''%%set PrintStructures "text_id"%%'' ''%%[hw="gather" & pos="V.+"]%%'' ''sort Last randomize'' ''reduce Last to 50'' ''%%cat Last > "| tidycwb.pl > gather_bnc.txt"%%'' Repeat these steps for //collect//. ==== Exercise 3 ==== ''set Context 60'' ''%%[hw="love" & pos="V.+"]%%'' ''%%set PrintStructures "text_id, text_n_s"%%'' ''love = Last'' ''sort love randomize'' ''reduce love to 50'' ''%%cat love > "|tidycwb.pl > love_bnc.csv"%%''