Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on a parser
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Nov 27, 2019
1 parent cb30130 commit dfe981c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/andromeda/araserver/skills/Weather.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class Weather {
}
fun getLocAndTime(term:String, key:KeyWord, parse:Parser): String {
val toSort = SortWords(key, term).getTopicsPhrase(parse)
val dateArray =ArrayList<String>()
dateArray.add( "tomorrow")
return ""

}
Expand Down

0 comments on commit dfe981c

Please sign in to comment.