Skip to content

Commit

Permalink
fix: use alc, for query strings
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Nov 21, 2023
1 parent cf6439d commit b7cb807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def send_requests(input_text, corpora, attribute):
calls.append(
{
"call_type": "Freqs",
"q": "aword," + cql,
"q": "alc," + cql,
"corpname": corpus,
"fcrit": f"{attr} 0",
"freq_sort": "freq",
Expand Down

0 comments on commit b7cb807

Please sign in to comment.