在BiBTeX文件中将关键字转换为标记(反之亦然)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在BiBTeX文件中将关键字转换为标记(反之亦然)相关的知识,希望对你有一定的参考价值。
Convert (comma separated) keywords to (space separated) tags in BibTeX files for use in social bibliography sites (bibsonomy.org, citeulike.org)
#!/usr/bin/perl -w use strict; use utf8; use encoding "utf8"; use Getopt::Std; use Text::BibTeX; # getopt(); our $opt_r; # # while (my $entry = new Text::BibTeX::Entry $oldfile, *BIBFILE1) { next if !$entry->parse_ok; my $keywords = $entry->get ('keywords'); # my $title = $entry->get ('title'); # print "$title: " if (defined($title)); # print "$keywords --> "; ## my $tags; if (!$opt_r) { } else { # print "reverse "; } # print "/", $tags, "/ "; ## $entry->set ('keywords', $tags); }
以上是关于在BiBTeX文件中将关键字转换为标记(反之亦然)的主要内容,如果未能解决你的问题,请参考以下文章
如何在python3.6中将字符串转换为唯一的整数,反之亦然(在0到255之间)
在python 3中将表情符号转换为Unicode,反之亦然