Skip to main content

n-grams count

Project description

Installation

pip install pnu-ngc

ngc(1)

NAME

ngc - n-grams count

SYNOPSIS

ngc [-b|--block] [-c|--convert ARGS] [-d|--discard ARGS] [-l|--length ARG] [-p|--partial ARG] [-q|--quiet] [-s|--summary] [-t|--text] [-w|--word] [--debug] [--help|-?] [--version] [--] [filename ...]

DESCRIPTION

The ngc utility is used for counting the number of occurrences and computing the frequency of n-grams in cryptanalysis.

For n=1, the n-gram is simply a letter or character. For n=2, the n-gram is called a bigram or digraph. And so on...

The -l option is for setting the length of the n-gram (the default is 1 character), and the -b option for using a fixed-window instead of the default sliding one ("ABCD" giving "AB" and "CD" instead of "AB", "BC" and "CD").

The -c option is used to perform some prior conversions on your input data: Unicode characters removal (especially accented ones), upper to lower case conversions (or the reverse), extra spaces removal (this last one is performed after other conversions).

You can also use the -d option to discard selected categories of characters (for example if you only want to keep letters).

If you want to check your input data after these transformations, you can use the -t option to print it.

If you want to print only this, you can use the -q option.

And if you want to print some stats on the remaining characters, you can print a summary with the -s option. This summary also includes the coincidence index of your input text.

Finally, you can use the -w option to process your input word by word instead of line by line. If you selected the fixed-window -b option, you can decide what to do with partial blocks with the -p option: between keeping them as-is, discarding them, or filling them with spaces in order to have only n-grams of the same length.

The ngc utility processes all the indicated file names as one file. If none are provided, it processes the standard input, thus behaving as a filter.

OPTIONS

Options Use
-b|--block Use fixed- instead of sliding-windows blocks
-c|--convert ARGS Convert text input. A combination of:
  a / Unicode characters to ASCII (remove accents)
  l / Upper case letters to lower
  u / Lower case letters to upper
  s / Spaces-like characters to 1 space
  Warning: l and u can't be used at the same time
-d|--discard ARGS Discard characters. A combination of:
  U / Unicode characters
  u / Upper case letters
  l / Lower case letters
  L / All letters
  c / Connection symbols (apostrophe and hyphen)
  d / Digits
  p / Punctuation (.,;:?!)
  o / Other printable symbols
  s / Spaces (space, tab, return, formfeed, vtab)
  n / Non printable control characters
-l|--length ARG Length of the n-gram. Defaults to 1
-p|--partial ARGS What to do with partial blocks? One among:
  d / Discard
  k / Keep as-is (default)
  j / Keep but right-justify with spaces
-q|--quiet Don't show occurrences and frequency by n-gram
-s|--summary Show a summary of what was processed
-t|--text Show modified text input
-w|--word Respect Word boundaries (delimited by spaces)
--debug Enable debug mode
--help|-? Print usage and a short help message and exit
--version Print version and exit
-- Options processing terminator

ENVIRONMENT

The NGC_DEBUG environment variable can also be set to any value to enable debug mode.

EXIT STATUS

The ngc utility exits 0 on success, and >0 if an error occurs.

SEE ALSO

wc(1), caesar(1), Frequency analysis, Index of coincidence

STANDARDS

The ngc utility is not a standard UNIX/POSIX command.

It tries to follow the PEP 8 style guide for Python code.

HISTORY

This utility was made for The PNU project, while playing with a reimplementation of the caesar(1) utility.

LICENSE

This utility is available under the 3-clause BSD license.

AUTHORS

Hubert Tournier

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pnu-ngc-1.0.2.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

pnu_ngc-1.0.2-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file pnu-ngc-1.0.2.tar.gz.

File metadata

  • Download URL: pnu-ngc-1.0.2.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for pnu-ngc-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b8c300212f199691f3b65408b2d4f71ce0a9397e7ae64dc6150a9f4c871d1f2a
MD5 7c4d9a595b71faf7331c3ed2207fa1ce
BLAKE2b-256 e596f82961d8d61900723352ffc4055123badea2690f97d65f7081285572047f

See more details on using hashes here.

File details

Details for the file pnu_ngc-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: pnu_ngc-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for pnu_ngc-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 876790c65aa98f540214883fce15d7a3d6ec3054cf6fbfa3c5d8ebe00af27baa
MD5 4cc032450f245e82b31281fe86007890
BLAKE2b-256 e5601c1b30fb6549f0d7237518146b668cac997895e3c12916d6c99342258a53

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page