geosolver icon indicating copy to clipboard operation
geosolver copied to clipboard

Geometry Question Solver (GeoS)

Results 7 geosolver issues
Sort by recently updated
recently updated
newest added

when I run the code, I can not get the data from your server through geoserver_interface. Can you share the server address which can get the datas to run the...

I am having some issues while running the GeoServer. So, I downloaded the JSON files from https://s3-us-west-2.amazonaws.com/geosolver-server/dump/68bd697ca57cdac1f2738a8d7e468fdccd7e5545/questions.json, https://s3-us-west-2.amazonaws.com/geosolver-server/dump/68bd697ca57cdac1f2738a8d7e468fdccd7e5545/labels.json, https://s3-us-west-2.amazonaws.com/geosolver-server/dump/68bd697ca57cdac1f2738a8d7e468fdccd7e5545/semantics.json. This is not in the format in which the code expects....

With declarations as simple as: ``` from geosolver.solver.variable_handler import VariableHandler from geosolver.solver.numeric_solver import NumericSolver vh = VariableHandler() A = vh.point('A') B = vh.point('B') AO = vh.circle(A) BO = vh.circle(B) ```...

at http://geometry.allenai.org/ the G-Aligner demo link seems broken

in file geosolver/text/rule_model.py usage of LogisticRegression(class_weight='auto') may causes exceptions, Use class_weight = 'balanced' instead.

hello you use STANFORD_PARSER_SERVER_URL = "http://localhost:9000/dep" in your code to build a parser server .could you please tell me how to build the parser server? it would be pleasure if...

i using geosolver and geoserver. when i run run.py , i got error `/anaconda/bin/python /Users/hy/WorkSpace/geos/geosolver-master-2/geosolver/database/run_database.py accessing: http://localhost:8000/questions/list/aaai Traceback (most recent call last): File "/Users/hy/WorkSpace/geos/geosolver-master-2/geosolver/database/run_database.py", line 47, in save_questions('aaai') File "/Users/hy/WorkSpace/geos/geosolver-master-2/geosolver/database/run_database.py",...