文件名称:classify-poetry:在给定的文本摘录中识别类型诗歌
文件大小:21KB
文件格式:ZIP
更新时间:2024-08-13 11:07:53
natural-language-processing poetry classification JavaScript
分类诗歌 识别给定摘录中的诗歌类型 安装 此包 :需要 Node 12+ 才能使用它,并且必须使用import ed 而不是require d。 npm install classify-poetry 用法 诗歌分类 import { classifyPoetry } from "classify-poetry" ; const types = classifyPoetry ( "detect a haiku \n pleased to do, says algorithm \n thanks algorithm" ) ; console . log ( types ) ; // ["haiku"] 检测特定类型 美国广播公司 import { abc } from "classify-poetry" ; abc ( sampleText ) ; // => true or f