!3 nllp机器翻译支持202种语言互相翻译

Merge pull request !3 from puerile男孩/dev
This commit is contained in:
Adam
2025-06-14 02:24:42 +00:00
committed by Gitee
30 changed files with 2070 additions and 8 deletions

11
pom.xml
View File

@@ -12,6 +12,7 @@
<description>SmartJavaAI</description>
<modules>
<module>smartjavaai-face</module>
<module>smartjavaai-translate</module>
<module>smartjavaai-common</module>
<module>smartjavaai-objectdetection</module>
<module>smartjavaai-all</module>
@@ -53,14 +54,16 @@
<groupId>ai.djl</groupId>
<artifactId>model-zoo</artifactId>
</dependency>
<dependency>
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
<version>${djl.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>ai.djl.timeseries</groupId>-->
<!-- <artifactId>timeseries</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>ai.djl.huggingface</groupId>-->
<!-- <artifactId>tokenizers</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>ai.djl.audio</groupId>-->
<!-- <artifactId>audio</artifactId>-->