concepts.language.ccg.search.CCGSemanticsSearcherBase# class CCGSemanticsSearcherBase[source]# Bases: object Base class for semantics searchers. Methods gen() Generate a list of candidate semantic forms. __init__()# __new__(**kwargs)# gen()[source]# Generate a list of candidate semantic forms. Returns: A list of candidate semantic forms. Return type: List[CCGSemanticsSearchResult]