CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
ascii.d.ts7 linesDownload Raw Back to encoding
1import type { Context, Recogniser } from '.';2import { type EncodingName, type Match } from '../match';3export default class Ascii implements Recogniser {4    name(): EncodingName;5    match(det: Context): Match | null;6}7 
basant307/AI_Governance_Project · CoolFace