Skip to content

Commit

Permalink
Updated NamedEntityRecognition dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olcay Taner YILDIZ committed Apr 9, 2021
1 parent e8e4e52 commit 1f22fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.package(name: "DependencyParser", url: "https://github.com/StarlangSoftware/TurkishDependencyParser-Swift.git", .exact("1.0.0")),
.package(name: "PropBank", url: "https://github.com/StarlangSoftware/TurkishPropBank-Swift.git", .exact("1.0.2")),
.package(name: "FrameNet", url: "https://github.com/StarlangSoftware/TurkishFrameNet-Swift.git", .exact("1.0.0")),
.package(name: "NamedEntityRecognition", url: "https://github.com/StarlangSoftware/TurkishNamedEntityRecognition-Swift.git", .exact("1.0.2"))],
.package(name: "NamedEntityRecognition", url: "https://github.com/StarlangSoftware/TurkishNamedEntityRecognition-Swift.git", .exact("1.0.3"))],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
Expand Down

0 comments on commit 1f22fca

Please sign in to comment.