⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 namespace

📁 R-Project是一个开源的统计软件,专门有一个R语言,类似S语言,这个包里面就是一个R实现的文本挖掘(text mining简称tm)的包.里面有代码和样本数据.
💻
字号:
import(filehash)import(Matrix)import(methods)import(proxy)import(Snowball)import(XML)export(       "stemCompletion",       "getFilters",       "getReaders",       "getTransformations",       "readPlain",       "readReut21578XML",       "readRCV1",       "readNewsgroup",       "readGmane",       "readPDF",       "readHTML",       "readDOC",       "convertReut21578XMLPlain",       "convertRCV1Plain",       "convertMboxEml",       "sFilter",       "preprocessReut21578XML",       "stopwords",       "termFreq",       "weightTf",       "weightTfIdf",       "weightBin",       "weightLogical")S3method("plot", "TermDocMatrix")exportMethods(              # Constructors              "Corpus",              "TextRepository",              "TermDocMatrix",              "Dictionary",              "DirSource",              "CSVSource",              "ReutersSource",              "GmaneSource",              "FunctionGenerator",              "WeightFunction",              # TextDocument              "Content",              "Content<-",              "Author",              "Author<-",              "DateTimeStamp",              "DateTimeStamp<-",              "Description",              "Description<-",              "ID",              "ID<-",              "Origin",              "Origin<-",              "Heading",              "Heading<-",              "Language",              "Language<-",              "LocalMetaData",              "Cached",              "Cached<-",              "URI",              "meta",              "meta<-",              # Corpus              "DMetaData",              "DMetaData<-",              "CMetaData",              "DBControl",              # TextRepository              "RepoMetaData",              # TermDocMatrix              "Data",              "Data<-",              "Weighting",              "Weighting<-",              # Dictionary              "createDictionary",              # Sources              "stepNext",              "getElem",              "eoi",              # Functions              "loadDoc",              "tmUpdate",              "tmMap",              "asPlain",              "stripWhitespace",              "tmTolower",              "stemDoc",              "removeCitation",              "removeNumbers",              "removeMultipart",              "removeSignature",              "removeWords",              "removePunctuation",              "replaceWords",              "tmFilter",              "tmIndex",              "searchFullText",              "tmIntersect",              "dim",              "dimnames",              "ncol",              "colnames",              "nrow",              "rownames",              "findFreqTerms",              "findAssocs",              "removeSparseTerms",              "appendElem",              "appendMeta",              "prescindMeta",              "removeMeta",              "[",              "[<-",              "[[",              "[[<-",              "c",              "length",              "show",              "summary",              "inspect",              "writeCorpus",              "%IN%",              "dissimilarity")exportClasses("TextDocument",              "PlainTextDocument",              "XMLTextDocument",              "Reuters21578Document",              "RCV1Document",              "NewsgroupDocument",              "StructuredTextDocument",              "Corpus",              "MetaDataNode",              "TextRepository",              "TermDocMatrix",              "Dictionary",              "Source",              "DirSource",              "CSVSource",              "ReutersSource",              "GmaneSource",              "FunctionGenerator",              "WeightFunction")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -