Recursively read choice trees and word features from all LISP files in a directory or list of directories.
dirs (str or list[str]) – The directory or directories to read.
trees (dict) – A dict containing all choice trees, keyed on their root names.
feats (dict) – A dict mapping words to feature lists.
preds (dict) – A dict mapping predicate names to functions.