Skip to content

Commit

Permalink
Move CodePointTrie to components/utils (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran authored Oct 1, 2021
1 parent 530279a commit d11c840
Show file tree
Hide file tree
Showing 52 changed files with 618 additions and 547 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ members = [
"components/plurals",
"components/uniset",
"experimental/bies",
"experimental/codepointtrie",
"experimental/segmenter",
"experimental/segmenter_lstm",
"ffi/diplomat",
Expand All @@ -32,6 +31,7 @@ members = [
"tools/benchmark/memory",
"tools/benchmark/binsize",
"tools/datagen",
"utils/codepointtrie",
"utils/fixed_decimal",
"utils/litemap",
"utils/pattern",
Expand Down
7 changes: 0 additions & 7 deletions experimental/codepointtrie/README.md

This file was deleted.

340 changes: 0 additions & 340 deletions experimental/codepointtrie/src/codepointtrie.rs

This file was deleted.

8 changes: 0 additions & 8 deletions experimental/codepointtrie/src/lib.rs

This file was deleted.

Loading

0 comments on commit d11c840

Please sign in to comment.