fun isStoplisted()

in src/main/kotlin/swot/Swot.kt [18:20]


fun isStoplisted(parts: List<String>): Boolean {
    return checkSet(Resources.stoplist, parts)
}