commit | e9f5893d4f9fa1ce4311917fda5be32133e4b338 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jan 24 15:12:59 2019 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jan 24 15:12:59 2019 +0100 |
tree | 984797805458268ddb37666f8310540de89588d3 | |
parent | 39a4fd0d884b3a15c23ceba79cdb8022eed2147d [diff] [blame] |
collocatordb/derekovecs: provide information about where collocates appear
diff --git a/collocatordb.h b/collocatordb.h index dae2047..8038d70 100644 --- a/collocatordb.h +++ b/collocatordb.h
@@ -28,6 +28,9 @@ double right_npmi; double dice; double logdice; + double af; + int window; + int af_window; }; class CollocatorIterator : public Iterator {