kanishk-adapt / semeval-task10

Repo for SemEval Task #10 EDOS 2023. created and maintained for DCU - ADAPT submissions
Other
0 stars 0 forks source link

case-insentive models #3

Closed jowagner closed 1 year ago

jowagner commented 1 year ago

add option to train a case-insensitive model, e.g. lowercasing all data in get_item_atoms() or as part of the tokeniser.

jowagner commented 1 year ago

New default with commit 068828170413104ad0f0e9f8eba18652af36f219 is to have both lowercase and truecase ngrams that can each be switched off with command line options, see train.py --help.