Geocoding-with-Map-Vector icon indicating copy to clipboard operation
Geocoding-with-Map-Vector copied to clipboard

Resources for the ACL 2018 publication "Which Melbourne? Augmenting Geocoding with Maps", published in July 2018.

Results 2 Geocoding-with-Map-Vector issues
Sort by recently updated
recently updated
newest added

Hi, Can you elaborate on the file format read in this line of code in `generate_evaluation_data(corpus, file_name)` function in the `preprocessing.py` file? ``` doc = nlp(codecs.open(directory + str(line_no), u"r", encoding=u"utf-8").read())...

Hello, I'm trying to run the code in Oracle mode. I imported all required libraries into `conda` env, showing its `.yml` content below. However, running the `text2mapVec.py` gives a vector...