Skip to content

Commit

Permalink
getFeatures() as private
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Dec 7, 2023
1 parent 3596fc6 commit 6b7e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/natural/brill_pos_tagger/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ THE SOFTWARE.

import { Feature } from '../classifiers'

interface RuleTemplatesItem {
declare interface RuleTemplatesItem {
function: (sentence: Sentence, i: number, parameter1?: string, parameter2?: string) => boolean
window: number[]
nrParameters: number
Expand Down

0 comments on commit 6b7e871

Please sign in to comment.