Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsct-jburet committed May 16, 2024
1 parent 1188cfb commit d4b28e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 4 additions & 5 deletions bot/dialogflow/src/main/kotlin/DialogflowIntentImporter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@ object DialogflowIntentImporter {

sentences.add(
SentenceDump(
text,
intentDefinition.qualifiedName,
emptyList(),
locale,
ClassifiedSentenceStatus.model
text = text,
intent = intentDefinition.qualifiedName,
language = locale,
status = ClassifiedSentenceStatus.model
)
)
}
Expand Down
7 changes: 1 addition & 6 deletions nlp/model/sagemaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
<artifactId>aws-query-protocol</artifactId>
<version>${aws.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>

</project>
</project>

0 comments on commit d4b28e5

Please sign in to comment.