interactive-mining/interactive-mining-angular-.../src/app/manageprofiles/profile-data.ts

17 lines
339 B
TypeScript
Raw Normal View History

2018-02-28 12:41:06 +01:00
export interface ProfileData {
docname: string;
docsnumber: string;
concepts: string;
poswords: string;
negwords: string;
contextprev: string;
contextmiddle: string;
contextnext: string;
wordssplitnum: string;
punctuation: string;
stopwords: string;
2018-03-22 22:32:33 +01:00
lowercase: string;
2018-03-23 15:02:35 +01:00
stemming: string;
2018-11-28 17:55:22 +01:00
documentarea: string;
2018-02-28 12:41:06 +01:00
}