User Tools

Site Tools


cqp:repetition-operators-solutions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cqp:repetition-operators-solutions [2024/06/20 13:53] – external edit 127.0.0.1cqp:repetition-operators-solutions [2024/07/08 15:58] (current) – add %% to code in [Exercise 3: Matching different word forms] aamoakuh
Line 5: Line 5:
 ==== Exercise 1: Prefixation ====  ==== Exercise 1: Prefixation ==== 
  
-''[hw="post-.+" & pos="AJ."]'' (3895 matches in the BNC, 118 matches in the BNC-BABY)+''%%[hw="post-.+" & pos="AJ."]%%'' (3895 matches in the BNC, 118 matches in the BNC-BABY)
  
  
 ==== Exercise 2: Prefix- and Suffixation ====  ==== Exercise 2: Prefix- and Suffixation ==== 
  
-''[hw="in.+ible"]'' (250 matches in the BNC-BABY)+''%%[hw="in.+ible"]%%'' (250 matches in the BNC-BABY)
  
 ==== Exercise 3: Matching different word forms ==== ==== Exercise 3: Matching different word forms ====
Line 18: Line 18:
 1. 1.
  
-''[word="snowed|snowing" %c]'' (11 matches in the BNC-BABY) +''%%[word="snowed|snowing" %c]%%'' (11 matches in the BNC-BABY) 
  
-''[word="snow(ed|ing)" %c]'' (11 matches in the BNC-BABY)+''%%[word="snow(ed|ing)" %c]%%'' (11 matches in the BNC-BABY)
  
 2. 2.
  
-''[word="s[nl]ow" %c]'' (343 matches in the BNC-BABY)+''%%[word="s[nl]ow" %c]%%'' (343 matches in the BNC-BABY)
  
-''[word="snow|slow" %c]'' (343 matches in the BNC-BABY)+''%%[word="snow|slow" %c]%%'' (343 matches in the BNC-BABY)
  
  
Line 34: Line 34:
  
 Query for //change//: Query for //change//:
-''[hw="change"][]{,2}[class="SUBST"] within s ''  (1170 matches in the BNC-BABY)+''%%[hw="change"][]{,2}[class="SUBST"] within s %%''  (1170 matches in the BNC-BABY)
  
-Frequency list for //change//:+First ten entries of the frequency list for //change//:
  
  54 mind    54 mind  
Line 50: Line 50:
  12 condition  12 condition
  
-Query for //alter//:  ''[hw="alter"][]{,2}[class="SUBST"] within s'' (78 matches in the BNC-BABY)+Query for //alter//:  ''%%[hw="alter"][]{,2}[class="SUBST"] within s%%'' (78 matches in the BNC-BABY)
  
-Frequency list for //alter//:+First ten entries of the frequency list for //alter//:
  
  4 behaviour    4 behaviour  
cqp/repetition-operators-solutions.1718884383.txt.gz · Last modified: 2024/06/20 13:53 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki