Scroll to navigation

PYNLPL-COMPUTEPMI(1) User Commands PYNLPL-COMPUTEPMI(1)

NAME

computepmi - manual page for pynlpl-computepmi 0.7.7

DESCRIPTION

usage: pynlpl-computepmi [-h] -f INPUTTEXT [-s] [-t THRESHOLD] [-a] [-A]

[--pmi] [--npmi] [--jaccard] [--dice]

Simple cooccurence computation

optional arguments:

show this help message and exit
Input file (plaintext, tokenised, utf-8, one sentence per line) (default: )
Output sorted by co-occurrence score (default: False)
Joined occurrence threshold, do not consider words occurring less than this (default: 1)
Compute the adjacency fraction (how many co-occurrence are immediate bigrams) (default: False)
Do not take immediately adjacent fragments (bigrams) into account when computing mutual information (requires -a) (default: False)
Compute pointwise mutual information (default: False)
Compute normalised pointwise mutual information (default: False)
Compute jaccard similarity coefficient (default: False)
Compute dice coefficient (default: False)
February 2016 pynlpl-computepmi 0.7.7