Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
missxa authored Nov 15, 2017
1 parent 8c73620 commit 356f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mvn exec:java -Dexec.mainClass="roboy.dialog.DialogSystem"

Pick the corresponding interface, depending on which part of the system you want to extend. If you want to add new devices go for the input or output device interfaces. If you want to extend the linguistic analysis implement the Analyzer interface or extend the SentenceAnalyzer class. If you are happy with input, linguistics and output and just want to create more dialog, implement the Personality interface.

|Create a new ...|By implementing ... |
|Create a new ...|By implementing ... |
|----------------|-----------------------|
|Input Device |de.roboy.io.InputDevice|
|NLP Analyzer |de.roboy.linguistics.sentenceanalysis.Analyzer|
Expand Down

0 comments on commit 356f811

Please sign in to comment.