rename
This commit is contained in:
parent
f81beea264
commit
4e6efead61
@ -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…
x
Reference in New Issue
Block a user