由买买提看人间百态

topics

全部话题 - 话题: texting
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c**r
发帖数: 10001
1
把第一个cell的text变成link:
Range("a1").Select
ActiveSheet.Hyperlinks.Add anchor:=Selection, Address:=Selection.Text
A**********e
发帖数: 3102
2
加个循环呗。如果 cell 是 text 并且长于 2,看前两个字符是否为 //。

text
g*****g
发帖数: 34805
3
Simplest algorithm would be populate the first text file
line by line to a hashmap, read the 2nd text file until
you find a match.
h**p
发帖数: 14
4
来自主题: Programming版 - How to use Text::Unidecode from cpan in Perl?
Hi, I have a simple code I got from CPAN page.
#!/opt/perl-5.8.8/bin/perl -w
use utf8;
use Text::Unidecode;
print unidecode(
"\x{5317}\x{4EB0}\n"
);
When I run it, I got error message:
"Can't locate Text/Unidecode.pm in @INC (@INC contains: /usr/lib/perl5/site_
perl /opt/perl-5.8.8/lib/5.8.8/x86_64-linux /...."
What's wrong here? The CPAN page said this module works with perl 5.0
Thanks for help!!
d****t
发帖数: 114
5
请大家推荐 portable free C++ coding text editor.
最好 size 是比较小的, 能装在 USB flash drive.
除了 Notepad++ portable, 还有那些 size 比较小的, 比较好用的 portable free C+
+ coding text editor?
d****n
发帖数: 1637
6
来自主题: Programming版 - 请问pdf还是html更容易text processing?
+1
for one scenario, you need to change/modify the input text file for testing
your script, but PDF is very hard to make a quick change(unless you use
pdf2tex).
HTML is very flexible using any text editor to make a change.
D****r
发帖数: 309
7
来自主题: Programming版 - How to convert zipped text files to a ePub
我参考网上捣鼓了个小程序,请各位大侠指正:
我用的cygwin + iconv, ebook-convert.exe
先把zipped text file unzip to a directory.
------------
#!/bin/bash
# convert all txt files in current DIR into one ePub ---- by Donier
### Firstly convert all files into utf-8 charset ###
for f in *.txt
do
if test -f $f
then
echo -e "\nConverting $f"
CHARSET="$( file -bi "$f"|awk -F "=" '{print $2}')"
if [ "$CHARSET" != utf-8 ]
then
mv $f $f.old
iconv -f "$CHARSET... 阅读全帖
M****z
发帖数: 1058
8
来自主题: Programming版 - mongobd中的text search速度问题
我在mongodb中有一块collection是储存纯文本的。如果需要创建一个新的纪录会需要
首先检查该文本的唯一性。现在的问题是,每次拿着任意一个text去数据库中查找完全
匹配的text是否已经存在,这样的操作的效率如何,我很担心。还请各位支招。有其他
技术可以采用的话,也没问题。
谢过了先
W***o
发帖数: 6519
9
来自主题: Programming版 - What is the simple plain text editor in iMAC ?
you need to disable rich text , rtf is rich text format

change
m*****g
发帖数: 71
10
来自主题: Programming版 - What is the simple plain text editor in iMAC ?
虽然我是用基本只用vim的(Xcode和Eclipse里也是用vi方式),但教孩子还是别先上
vim了,curve太陡,以后愿意学再说吧。
TextEdit要改成txt的话,Format/Make Plain Text菜单或者cmd+shift+T. 但要写纯文
本,TextEdit不是好选择,Sublime Text很多人推荐的,但是要$70,我觉得要么用
Xcode(写App不可能不用),如果要单独的编辑器,就上TextWrangler,等觉得这个不
好用的时候,直接Vim或者Emacs吧。
BTW. iMac只是一个机型,Mac是苹果系电脑的统称,比如我用Mac Book Pro和iMac软件
系统都是一样的。
再BTW. 美国本土出来的码工,用Mac的应该比用Win的多,主要是Unix系统,用起来比
较方便。
s*******k
发帖数: 71
11
来自主题: Software版 - Re: how to beautify a text file on unix?

Depends on how you define "beautify"... if you have some C source code and
want to add in syntax color printing, font change, greyscale, or if you have
a plain text file which you want to print to a PS file, then you can try
enscript, mpage, a2ps, indent, txt2ps, psbook (the psutils package), on
windows you can try prettyprint, fineprint, printfile, etc. If you want your
text file to somehow have long legs, dancing eyelashes, big eyes plus
other certain desirable features, try dumping your comp
b****p
发帖数: 3293
12
I got a Word file with 93 pages. The first page is text with graphics. Looks
good on the screen and on the print preview. But when I tried to print, the
texts were missing. Only graphics print out. I have tried several
different printers. The other pages print OK.
What is the problem with the first page?
Windows XP Pro, Word 2000.
g******o
发帖数: 208
13
学校里写ppt写一半, 回家发现电脑上没powerpoint,只有staroffice 8。
找了半天没发现怎么样insert text box, 请高手指点。 原来powerpoint里的text box
都显示正常, copy paste之后还好使,但怎么从菜单里开始建个新的?
z*****n
发帖数: 7639
14
来自主题: TeX版 - About text width for one page
How to set the text width of only one page?
Or how to set text width of only one paragraph, one line?
h****n
发帖数: 107
15
When I click on the "wrap" button on the bottom of winedt, it used to do
automatic text wrapping when the input line exceeds a limit. But now for
some reason it is broken. The text is not wrapped anymore, and weither the
wrap button is grayed or not makes no difference. Thanks a bunch.
m********7
发帖数: 37
16
我经常画流程图,如果用Text mode packages,like metapost vs. asymptote,比起
visio 方便吗?
比如移动一个方框,相关连线跟着移动,visio很方便,我觉得像metapost vs.
asymptote恐怕不方便。
希望用过Text mode 和GUI mode 给个比较。
y*m
发帖数: 1
17
在某个期刊网页下载的模板中, 在正文中插入一个文本框,目的是留出对应图形的空间
, 点击其出现标题为 text frame properties的窗口,请问该text frame是如何插入的
? 谢谢! 刚开始学scientific workplace,望老手给予指点!
S**I
发帖数: 15689
18
来自主题: TeX版 - Word的text box简直就是一坨
公司的设计文档,很多包含源代码的text box,前面的文字部分增加/删除几行,后面
的text box就全乱套了。准备花点时间转成LaTeX算了。
S**I
发帖数: 15689
19
来自主题: TeX版 - Word的text box简直就是一坨
公司的设计文档,很多包含源代码的text box,前面的文字部分增加/删除几行,后面
的text box就全乱套了。准备花点时间转成LaTeX算了。
k***s
发帖数: 277
20
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: kenjs (乔峰.Leon), 信区: Linux
标 题: a question about text format/process
发信站: Unknown Space - 未名空间 (Fri Feb 13 17:25:09 2004) WWW-POST
I have a text file,
each line is a record,
each record has several field, seperated by ','
e.g.
new york, NY, 39823
I want to out put the field in different order,
e.g,
NY, 39823, new york
awk can do it,
awk -F , '{print $2, $3, $1;}'
But my question is, if some field include ',' and enclosed by "
e.g
"south, dakota", SD, 392
how can
p****a
发帖数: 38
21
【 以下文字转载自 Linux 讨论区 】
发信人: ptapta (ptapta), 信区: Linux
标 题: 请问text版linux怎样加装xwindows/GUI
发信站: BBS 未名空间站 (Tue Jun 9 16:05:26 2015, 美东)
现在这台机器装的是minimal linux,是text only。 因为机器比较老,不能装很多东
西,只想再加装一个xwindow的GUI,然后就可以使用netbeans, eclipse。 请问就单单
加装一个图形界面是怎么装呢?需要加装多少东西? x.org server, window manager,
lxde, 这些都要装吗还是只需要其中一部分就可以了?目标是尽可能少装一点,能给
netbeans, eclipse,和web-browser用就可以了。Window manager想装个简单的,比如
fvwm,不想装gnome或者kde。 可以用什么方法装,用rpm或者yum行吗? 多谢!
G******s
发帖数: 1530
22
来自主题: Windows版 - help! problem with blurry text in IE.
Can anyone help me please?
The text in my IE generally looks fine. However, all the texts
within any "buttons" or "menu" items all look blurry. I have
checked the configuration for the monitor and the setting is
already set to the best the notebook can support.
BTW, it is window XP and Dell 6000.
Thank you.
n**3
发帖数: 2
23
来自主题: Windows版 - Help with adding text to a figure
I inserted a drawing object into a word file. I want to add text for the
horizontal and vertical axis without using text box. Any suggestion of how to
do this? Thanks.
m****e
发帖数: 282
24
来自主题: AnthroLing版 - text processing software
I am currently working on a research project that involves intensive text
processing, such as classification of sentences and words. This is my first
time working on a project like this and I would appreciate it a lot if you
could recommend some text processing software for me. Thanks again.
p********d
发帖数: 12
25
来自主题: Biology版 - How to justify texts in Illustrator?
我在Illustrator里键入text似乎只能用enter换行,而且paragraph里的Justify功能也
不能用了。困惑怎么才能达到word和ppt里text justify的效果?多谢各位!
s**i
发帖数: 4448
26
Current Topics in Medicinal Chemistry; Aug2006, Vol. 6 Issue 15, p1641-1654,
14p
Current Drug Metabolism, Volume 9, Number 6, July 2008 , pp. 498-504(7)
EXPERT OPINION ON DRUG METABOLISM & TOXICOLOGY Volume: 3 Issue: 2 Pages
please send a full text copy to my gmail at j***************[email protected]
p******g
发帖数: 125
27
来自主题: Business版 - text mining 求助
Open MS Word, New document, paste your text, Ctrl+H, put the text you want
to count in Find What, put whatever you want in Replace With, then click
Replace All. A dialog should pop up to tell you how many has been replaced.
p****x
发帖数: 1346
28
我有一批全新的2006的CFA Level 1 书低价转让:
Schweser Study Notes (6 books) $20
Schweser's Secret Sourcs $5
Schweser Practice Exams $5
Schweser Video Worknook $10
Schweser Study Program Book 1--Ethics and quantitative methods $20
Text Book: International Investments $15
Text Book: Statistical Techniques in Business and Economics (with CD) $15
如果感兴趣,请站内联系。
k**********g
发帖数: 989
29

我不知道我的理解是否正确,好像提取文本用 iText ,提取影像(image rendering
of PDF)才用 Quartz。但也有一些是文档是缺少了 text layer (only contains an
image rendering of text, but without ASCII info),这些文档得用 OCR 才能复原
文本
http://itextpdf.com/
s*****c
发帖数: 550
30
来自主题: EE版 - How to insert text in LaTex
Thank you very much! It put the pure text in. I just hope to control the
size of the text, kinda going out of page boundary.
sz
发帖数: 124
31
I will teach a new course " communication theory" next spring.
I am considering choose one of the following book as the text book:
1." Digital and Analog Communication System" by Leon W. couch
2. "Princiles of Communications" by Rodger E. Ziemer& William H. Tranter
3. "Fundamentals of communication systems", by John G. Proakis masoud salehI
Anybody have used either of these text book before or any other
recommendation?
Your oppinion is highly evaluated!
Thanks a lot!
S******y
发帖数: 1123
32
来自主题: Statistics版 - Anybody here works on Text Mining ?
just curious ..
How many people here are working on text mining in industry?
if yes, what tool u r using?
SAS text miner
Python
Perl
Java
etc...
S******y
发帖数: 1123
33
I have 100,000 + text files. The total size of those files are about 30 GBs.
I would like to pre-index those files regarding a bunch of keywords to
search.
For example, I type "cat" + "dog", the python pgm would return snippets of
text from those files (Just like Google search), sorted by the distances
between two words.
Is there a smart algorithm to do that?
I am thinking -
for 'cat', search all files, and record which file and which location the
word appear.
for 'dog', search all files, and re
o****o
发帖数: 8077
34
来自主题: Statistics版 - 我也开了一个Text Mining 的个人Blog
typically ppl refer data mining as mining the structured data, but text
mining as those dealing with unstructured text data
S******y
发帖数: 1123
35
来自主题: Statistics版 - Text-mining 紅樓夢 - update(1)
承蒙大家關注我的紅樓夢Text-mining Blog。
一直想盡快update Text-mining Blog, 無奈諸事繁忙, 只能抽出業餘時間來做一點
研究。
作為第一步,抽取了一些常用的虛詞 - 之, 呼, 也 ,呢, 然, 罷, 且 。。 等
等, 來觀察它們在前八十回 vs 後四十回 的frequency。
對每個字的使用trend 做圖, 同時做 t-test (前八十回 vs 後四十回)。

方法:
1) 用Python crawler抓取/下載 红楼梦 全書
2) 用Python讀入120回的文本成為term-document matrix
3) R讀入data,用來畫圖,以及做t-test (R scripts generated by Python)
具體情況,歡迎大家訪問我的 BLOG -
請Google Keywords => 紅樓夢 timothy blog
Google自然搜索第一條便是 :-)
(恕不便直接給出 URL, 以蔽違反發帖政策之嫌)
歡迎批評指正, ... 阅读全帖
y**i
发帖数: 1050
36
请问NATURAL LANGUAGE PROCESSING,或者说TEXT MINING里面哪个方向找工作最方便
最近在选课,打算选一个INDEPENDENT STUDY的课,想了解一下TEXT MINING里面哪个方
向对找工作方便,容易找工作呢
Sentiment Analysis? Named Entity Recognition? Information Extraction? etc
一般NATURAL LANGUAGE PROCESSING 方面好找工作吗?
谢谢告诉一下
b*********n
发帖数: 1938
37
现在做text mining的有两类,一是学校里,opensource的东西很多。公司里绝大多数
都包给vendor做。大部分的商用independent text mining tool都不是很好用, 一般
都是saas
Y****a
发帖数: 243
38
来自主题: Statistics版 - 【请教】关于Text mining
笨办法要不要?
通常text mining的步骤,
1. 把一句话或者一个record中的单词或词组拆分开
2. 清理stop words, such as 'a','an','of','to' etc.
3. stemming, 统一时态,比如,‘bagan’,beginning变成‘begin’
统一单复数。这一步一般的text mining软件里有function可以完成。
这一步也是correct缩写,简写,typo的步骤,不过这些需要你自己keep一个list。
4. whatever analysis you want to do,cluster,association,frequency,。。。
。。
5. summarize finding
e*******r
发帖数: 134
39
https://www.linkedin.com/jobs/view/241820255/
老板急招,欢迎熟悉 NLP, text mining, text analytics, information retrieval,
sentimental analysis, deep learning
的同学申请,prefer 有这方面研究经验的PHD.
老板人很好,组员人都很nice。工作稳定 ,项目很有前景。非常罕有的机会,有兴趣
者可站内联系我。也可发送简历至h********[email protected]
从速!若有想关研究经验,面试不用刷题。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)