Skip to content

Commit

Permalink
Sparknlp 740 rename refactor m 1 to silicon (#13476)
Browse files Browse the repository at this point in the history
* Update code style [skip test]

* Refactor m1 to silicon

- README/doc
- dependencies (spark-nlp-silicon)
- func (apple_silicon=True/true)
  • Loading branch information
maziyarpanahi authored and Jose J. Martinez committed Feb 17, 2023
1 parent daec560 commit e7a4540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/scala/com/johnsnowlabs/nlp/training/CoNLL.scala
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ case class CoNLL(
}

val docs = lines


.flatMap { line =>
val items = line.trim.split(delimiter)
if (items.nonEmpty && items(0) == "-DOCSTART-") {
Expand Down

0 comments on commit e7a4540

Please sign in to comment.