Skip to content

Commit

Permalink
Ellen wrote a geocoder I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenhp committed Jan 29, 2024
1 parent 60b23b6 commit 3d6f94a
Show file tree
Hide file tree
Showing 34 changed files with 1,408 additions and 415 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
resolver = "2"
members = [
"airmail",
"airmail", "airmail_common",
"airmail_parser",
"parser_demo",
]
]
17 changes: 16 additions & 1 deletion airmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,22 @@ tantivy = "0.21.1"
tantivy-common = "0.6.0"
tantivy-fst = "0.4.0"
tempfile = "3.9.0"
tokio = { version = "1.35.1", features = ["full"] }
airmail_common = { path = "../airmail_common" }
deunicode = "1.4.2"
regex = "1.10.3"
lazy_static = "1.4.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0.196", features = ["derive"] }
log = "0.4.20"
env_logger = "0.11.1"
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
rayon = "1.8.1"
serde_json = "1.0.113"
airmail_parser = { path = "../airmail_parser" }

[[bin]]
name = "index"

[[bin]]
name = "query"
1 change: 1 addition & 0 deletions airmail/permute_dicts/en/localities.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
saint|st
Loading

0 comments on commit 3d6f94a

Please sign in to comment.