Skip to content

Commit

Permalink
Removed all spell/grammar checker code.
Browse files Browse the repository at this point in the history
Since we could not have positive resuls and precision-focused result is not stable,
we decided to re-priotrize this project.

PiperOrigin-RevId: 565289223
  • Loading branch information
taku910 authored and hiroyuki-komatsu committed Sep 14, 2023
1 parent 376fa1e commit 4de804d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 142 deletions.
31 changes: 0 additions & 31 deletions src/spelling/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -126,37 +126,6 @@ mozc_cc_binary(
deps = [
":spellchecker_service_interface",
":spellchecker_service_registration",
"//engine:engine_builder",
"//protocol:commands_cc_proto",
"//protocol:engine_builder_cc_proto",
"@com_google_absl//absl/flags:flag",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
],
)

mozc_cc_test(
name = "spellchecker_service_test",
size = "small",
srcs = ["spellchecker_service_test.cc"],
tags = [
"nomac",
"nowin",
],
target_compatible_with = mozc_select(
default = [],
macos = ["@platforms//:incompatible"],
windows = ["@platforms//:incompatible"],
),
deps = [
":spellchecker_service",
"//base:file_stream",
"//base:file_util",
"//base:file_util_mock",
"//base:util",
"//protocol:commands_cc_proto",
"//testing:gunit_main",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
],
Expand Down
31 changes: 0 additions & 31 deletions src/spelling/rulebased_spellchecker.cc

This file was deleted.

16 changes: 0 additions & 16 deletions src/spelling/rulebased_spellchecker.fbs

This file was deleted.

33 changes: 0 additions & 33 deletions src/spelling/rulebased_spellchecker.h

This file was deleted.

31 changes: 0 additions & 31 deletions src/spelling/rulebased_spellchecker_test.cc

This file was deleted.

0 comments on commit 4de804d

Please sign in to comment.