mockups (work in progress)
This commit is contained in:
parent
6430f3a8d3
commit
7c85ecd41f
3
model/DialoguePolicy.py
Normal file
3
model/DialoguePolicy.py
Normal file
@ -0,0 +1,3 @@
|
||||
class DialoguePolicy:
|
||||
pass
|
||||
|
3
model/DialogueStateTracker.py
Normal file
3
model/DialogueStateTracker.py
Normal file
@ -0,0 +1,3 @@
|
||||
class DialogueStateTracker:
|
||||
pass
|
||||
|
4
model/NaturalLanguageGeneration.py
Normal file
4
model/NaturalLanguageGeneration.py
Normal file
@ -0,0 +1,4 @@
|
||||
class NaturalLanguageGeneration:
|
||||
def get_frame(self, input_from_user):
|
||||
pass
|
||||
|
3
model/NaturalLanguageUnderstanding.py
Normal file
3
model/NaturalLanguageUnderstanding.py
Normal file
@ -0,0 +1,3 @@
|
||||
class NaturalLanguageUnderstanding:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user