Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.8 #313

Merged
merged 66 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
37fc390
fast IntersectionMatrix Computing
abdullahfathi Feb 25, 2018
bce5c77
add GeoTools dependency
abdullahfathi Feb 26, 2018
4b34c07
add GeoTools dependency
abdullahfathi Feb 26, 2018
6345b9d
TestCases for DE9IM
abdullahfathi Feb 26, 2018
ebb987d
fixing touches relation
abdullahfathi Feb 26, 2018
41fbc7a
RADON_2
abdullahfathi Mar 14, 2018
d57a8a5
Polygon Simplification
abdullahfathi May 23, 2018
3ea5c10
implementation of RCC8
abdullahfathi Jun 18, 2018
112c30c
add the original paper
abdullahfathi Jun 18, 2018
12dc24a
qualitative spatial relations for link discovery
abdullahfathi Jun 18, 2018
aed5fba
NLGLS prototype
abdullahfathi Aug 17, 2018
aba3554
rename getters
abdullahfathi Aug 17, 2018
dbce014
Delete RCCRun.java
abdullahfathi Aug 17, 2018
98372f5
Delete PointsSetRun.java
abdullahfathi Aug 17, 2018
1b95c02
Delete Radon1Run.java
abdullahfathi Aug 17, 2018
5d3ec2b
Delete Radon2Run.java
abdullahfathi Aug 17, 2018
1f90353
Delete Testing.java
abdullahfathi Aug 17, 2018
b1520e2
Delete PolygonSimplification.java
abdullahfathi Aug 17, 2018
a13e075
Delete RADON_2.java
abdullahfathi Aug 17, 2018
4acec18
Delete R2.java
abdullahfathi Aug 17, 2018
28742c8
modifying NLGLS and move it into LS package
abdullahfathi Aug 24, 2018
9510d07
Merge branch 'feature/NLGLS' of https://github.com/dice-group/LIMES i…
abdullahfathi Aug 24, 2018
58939d9
clean up
abdullahfathi Aug 24, 2018
8a29176
Delete NLGLSrun
abdullahfathi Aug 25, 2018
14cd2cf
add slection method to break LS into sub LS
abdullahfathi Aug 29, 2018
7128d0e
clean up
abdullahfathi Aug 29, 2018
03e1c58
LS summary
abdullahfathi Sep 7, 2018
395ea6d
comment the old LSNLG
abdullahfathi Sep 7, 2018
f7c03da
summarization of LS
abdullahfathi Sep 10, 2018
0169299
summarization of LS completely done
abdullahfathi Oct 1, 2018
7a2b7e8
remove LS preProcessor
abdullahfathi Oct 29, 2018
22bc6ae
Post Processing
abdullahfathi Nov 14, 2018
a12357e
remove deduplication
abdullahfathi Nov 14, 2018
324aa71
capitalize the measure functions
abdullahfathi Nov 21, 2018
ac2c136
text summarization based F-Measure
abdullahfathi Jan 14, 2019
fb66ea6
summerization results
abdullahfathi Mar 8, 2019
7d712c4
NLG german version
abdullahfathi Jan 28, 2020
6b448ee
fixing german grammer
abdullahfathi Jan 29, 2020
d844da4
fixing more german grammer
abdullahfathi Jan 30, 2020
7afcb9f
adding spanish langauge
abdullahfathi Feb 3, 2020
e5ab1b6
spanish langauge
abdullahfathi Feb 7, 2020
69be791
generating training data
abdullahfathi Nov 23, 2020
cfad28b
generate german ls for nnls
abdullahfathi Mar 28, 2021
9883f48
Added cobalt measure and mapper for geospatial link discovery
becker-al Mar 7, 2023
db1e9d1
Added cobalt measure unit tests
becker-al Mar 7, 2023
70d4e26
Added cobalt mapper unit tests
becker-al Mar 8, 2023
853fe9d
Changed the way cobalt computes the disjoint relation. Now it does no…
becker-al Mar 9, 2023
f4871c5
Added polygon splitting to Cobalt
becker-al Jun 9, 2023
8136958
Added polygon splitting to Cobalt
becker-al Jun 12, 2023
6a391bf
Added polygon splitting to Cobalt
becker-al Jun 12, 2023
4162570
Merge remote-tracking branch 'origin/dev' into research/nlg-ls-de
becker-al Oct 29, 2023
97aabd3
Temporarily removed spanish NLGLS
becker-al Oct 29, 2023
3abc327
Added LNG library for english and german
becker-al Oct 29, 2023
29e0ec9
Added missing jts library and fixed merge problem
becker-al Oct 29, 2023
64e7a2e
Added option to use LS Verbalization to explain link specifications u…
becker-al Nov 5, 2023
9389ec8
Started fixing NLG for LS Verbalization
becker-al Nov 13, 2023
c4e3156
Fixed link specification verbalization thresholds
becker-al Nov 26, 2023
859dced
Added link specification verbalization to user docs
becker-al Dec 13, 2023
eeb383a
Removed unnecessary link specification verbalization classes
becker-al Dec 13, 2023
040461a
Added topological content measures to the user manual
becker-al Dec 17, 2023
6360698
Merge remote-tracking branch 'origin/feature/geo_ld_cobalt' into dev
becker-al Dec 17, 2023
e075f62
Removed unnecessary files
becker-al Dec 17, 2023
451faf0
Fixed broken import statements
becker-al Dec 17, 2023
85be1c4
Merge branch 'master' into release-1.8
becker-al Jan 26, 2024
e33d765
Fixed broken pom
becker-al Jan 26, 2024
b00cae9
Changed version to 1.8.0
becker-al Jan 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The following shows the whole configuration file for LIMES explicated in the sec
<PROPERTY>geom:geometry/geos:asWKT RENAME polygon</PROPERTY>
</TARGET>
<METRIC>geo_hausdorff(x.polygon, y.polygon)</METRIC>
<EXPLAIN_LS>English,German</EXPLAIN_LS>
<ACCEPTANCE>
<THRESHOLD>0.9</THRESHOLD>
<FILE>lgd_relaybox_verynear.nt</FILE>
Expand Down Expand Up @@ -171,6 +172,7 @@ The following configuration file uses the machine learning algorithm of the Womb
<VALUE>60</VALUE>
</PARAMETER>
</MLALGORITHM>
<EXPLAIN_LS>English,German</EXPLAIN_LS>

<ACCEPTANCE>
<THRESHOLD>0.9</THRESHOLD>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ geometries has the same dimension as the geometries themselves
common, but no interior points.
* **Top_Within**: A geometry a is within a geometry b if and only if a lies in the interior of b.


If both resources are polygons, it is also possible to use area, diagonal or mixed content-measures for the
topological relations defined above using **Top_cobalt\_\[area/diagonal/mixed\]\_\[relation\]**

### Temporal Measures

Expand Down Expand Up @@ -358,3 +359,10 @@ $$wupalmer(c_1,c_2) = \frac{2depth(lso(c_1,c_2))}{2depth(lso(c_1,c_2))+N_1+N_2}$

where $N_1 = len(lso(c_1,c_2),c_1)$ and $N_2 = len(lso(c_1,c_2),c_2)$ and $depth(lso(c_1,c_2))$ is
the depth in the hierarchy of their most specific common concept.

### Link Specification Verbalization
To get a verbalization of the given link specification, the optional EXPLAIN_LS tag can be used.
Possible arguments are "German", "English" and "None". They can be combined by seperating them with a comma.
```xml
<EXPLAIN_LS>English,German</EXPLAIN_LS>
```
Loading
Loading