commit | cc6c4594d0c41314d74d1eebb085152cc21f5b71 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jan 23 10:11:23 2019 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jan 23 10:11:23 2019 +0100 |
tree | ebec62c78f7fccd55e1a84ff8d2455da709f6034 | |
parent | ade3322285e799c052b3590c4fb16219faa02423 [diff] [blame] |
collocatordb: return f(w2) as f2 in json output for classic ca
diff --git a/collocatordb.h b/collocatordb.h index 70c6c11..dae2047 100644 --- a/collocatordb.h +++ b/collocatordb.h
@@ -15,6 +15,7 @@ class Collocator { public: uint64_t w2; + uint64_t f2; uint64_t raw; double pmi; double npmi;