You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Below is an overview of each file in this repository.
44
44
-`geo_token.py` Tokenize with the Jieba library
45
45
-`geo_train.py` Train the ESIM and evaluate its accuracy on the development set
46
46
-`geo_word2vec.py` Train word vectors of address elements
47
-
-`other_CRF.py` Tokenize using CRF **[Comber and Arribas-Bel(2019)]**
47
+
-`other_CRF.py` Tokenize using CRF **[Comber, S.; Arribas-Bel, D. (2019) “Machine learning innovations in address matching: A practical comparison of word2vec and CRFs”. Transactions in GIS, 23 (2): 334–348.]**
48
48
-`other_crf_w2v.py` Train word vectors of address elements (CRF tokenizer)
49
49
-`other_string.py` String similarity-based address matching methods: measure the string relevance
50
50
-`other_w2v_cls.py` Use word2vec embeddings directly for classification: calculat cosine similarity
0 commit comments