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

(cherry picked from commit cb0cfff2863cf1c29132de76716c676be24bcad2)
This commit is contained in:
刘文霄
2025-06-06 10:26:12 +08:00
parent 1914e2c316
commit 4cb7354410
30 changed files with 2070 additions and 8 deletions

11
pom.xml
View File

@@ -11,6 +11,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>
@@ -52,14 +53,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>-->