Enhance error handling with exceptions and add tests
This commit is contained in:
10
tests/error_data/quoted_question_mark.arff
Normal file
10
tests/error_data/quoted_question_mark.arff
Normal file
@@ -0,0 +1,10 @@
|
||||
@relation test
|
||||
|
||||
@attribute feature1 string
|
||||
@attribute feature2 real
|
||||
@attribute class {A,B}
|
||||
|
||||
@data
|
||||
"What is this?",2.0,A
|
||||
"Another question?",5.0,B
|
||||
"No question",8.0,A
|
Reference in New Issue
Block a user