|
|
|
@ -1,4 +1,8 @@ |
|
|
|
weatherWords = ["clear", "cloudy", "wind", "thunderstorm", "rain"] |
|
|
|
adjectives = ["severe", "scattered", "partly", "mostly"] |
|
|
|
clearWords = ["clear", "sunny"] |
|
|
|
rainWords = ["rain", "showers"] |
|
|
|
fogWords = ["fog", "mist", "smoke"] |
|
|
|
windWords = ["wind", "windy", "gusts"] |
|
|
|
|
|
|
|
|
|
|
|
def parseDescription(desc): |
|
|
|
|