mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
rename
This commit is contained in:
parent
f81beea264
commit
4e6efead61
2 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,7 @@
|
||||||
"Pseudo-Random Number Generator",
|
"Pseudo-Random Number Generator",
|
||||||
"Sleep",
|
"Sleep",
|
||||||
"File Tree",
|
"File Tree",
|
||||||
"Ngram"
|
"N-gram"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@ class Ngram extends Operation {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.name = "Ngram";
|
this.name = "N-gram";
|
||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description = "Extracts n-grams from the input text. N-grams are contiguous sequences of n characters from a given text sample.";
|
this.description = "Extracts n-grams from the input text. N-grams are contiguous sequences of n characters from a given text sample.";
|
||||||
this.infoURL = "https://wikipedia.org/wiki/N-gram";
|
this.infoURL = "https://wikipedia.org/wiki/N-gram";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue