Geocoding-with-Map-Vector
Geocoding-with-Map-Vector copied to clipboard
Resources for the ACL 2018 publication "Which Melbourne? Augmenting Geocoding with Maps", published in July 2018.
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...