mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -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",
|
||||
"Sleep",
|
||||
"File Tree",
|
||||
"Ngram"
|
||||
"N-gram"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ class Ngram extends Operation {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.name = "Ngram";
|
||||
this.name = "N-gram";
|
||||
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.infoURL = "https://wikipedia.org/wiki/N-gram";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue