Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
benjcal committed Aug 19, 2024
1 parent f81beea commit 4e6efea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/config/Categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"Pseudo-Random Number Generator",
"Sleep",
"File Tree",
"Ngram"
"N-gram"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/operations/Ngram.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4e6efea

Please sign in to comment.