modify stop name
This commit is contained in:
parent
8dbe99739a
commit
0698c7cbcd
|
@ -15,7 +15,7 @@ import org.json.JSONObject
|
|||
|
||||
import scala.collection.mutable.ArrayBuffer
|
||||
|
||||
class ASR extends ConfigurableStop {
|
||||
class ChineseSpeechRecognition extends ConfigurableStop {
|
||||
|
||||
val authorEmail: String = "huchuan0901@163.com"
|
||||
val description: String = "Speech recognition"
|
|
@ -15,7 +15,7 @@ import org.json.JSONObject
|
|||
|
||||
import scala.collection.mutable.ArrayBuffer
|
||||
|
||||
class ImageProcess extends ConfigurableStop {
|
||||
class AnimalClassification extends ConfigurableStop {
|
||||
|
||||
val authorEmail: String = "huchuan0901@163.com"
|
||||
val description: String = "Image classification"
|
|
@ -13,7 +13,7 @@ import org.apache.spark.sql.{DataFrame, Row, SparkSession}
|
|||
import scala.collection.JavaConverters._
|
||||
import scala.collection.mutable.ArrayBuffer
|
||||
|
||||
class NLP extends ConfigurableStop {
|
||||
class WordSpliter extends ConfigurableStop {
|
||||
|
||||
val authorEmail: String = "huchuan0901@163.com"
|
||||
val description: String = "Word segmentation"
|
Loading…
Reference in New Issue