|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 46 楼』:
使用 LLM 解释/回答一下
建议《通讯录》可以单做出一个成品来新贴发布~:)
以后这个《通讯录》也是世人注目的论坛优秀资源啊~:)
It is suggested that the "Address Book" can be separately made into a finished product and posted in a new thread~ :) In the future, this "Address Book" will also be an eye-catching excellent forum resource~ :)
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-11-15 21:03 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
『第 47 楼』:
使用 LLM 解释/回答一下
确实是不错的精华贴。我上传一个计算机与网络英汉对照词典大家凑合用用,实在没有全本字典的资料了。
Last edited by ccwan on 2006-11-15 at 11:22 PM ]
It's really a good essence post. I upload an English-Chinese dictionary for computer and network for everyone to use temporarily. There's really no material of the full-length dictionary.
Last edited by ccwan on 2006-11-15 at 11:22 PM ]
附件
1: 计算机与网络英汉对照词典.txt (2006-11-15 23:19, 26.83 KiB, 下载附件所需积分 1 点
,下载次数: 45)
|

三人行,必有吾师焉。 学然后知不足,教然后知困,然后能自强也。 |
|
2006-11-15 21:30 |
|
|
namejm
荣誉版主
       batch fan
积分 5226
发帖 1737
注册 2006-3-10 来自 成都
状态 离线
|
『第 48 楼』:
使用 LLM 解释/回答一下
多谢 ccwan 兄提供词典文本。能不能说一下你是怎么弄到这个东西的——网上下的还是自己提取的?曾经在一些英语论坛上看到过有人说可以从大型词典软件中提取到纯文本格式的词库来自己加工,很想知道是如何做到的。
看了一下词典格式,发现有些是单词组,中间带了空格的,看来我的翻译器还得修改一些代码才能适应这种情况。
Thanks to brother ccwan for providing the dictionary text. Can you tell me how you got this thing—downloaded from the internet or extracted by yourself? I once saw on some English forums that someone said that you can extract pure text format lexicon from large dictionary software for your own processing, and I really want to know how to do it.
I took a look at the dictionary format and found that some are word groups with spaces in between. It seems that my translator still needs to modify some code to adapt to this situation.
|

尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。 |
|
2006-11-16 02:06 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
『第 49 楼』:
使用 LLM 解释/回答一下
re:namejm版主
东西是网上下的。
象我等E文不好的人,很关注此类话题。这东西我在网上搜了时间不短了,可惜没有更全的了。
至于从大型词典软件中提取到纯文本格式的词库来自己加工,有时间的话我会试试,希望可以帮助大家。
re: namejm moderator
The thing was downloaded from the internet.
For people like me with poor English, I am very concerned about such topics. I have searched for this thing on the internet for a long time, but unfortunately, there is no more complete one.
As for extracting the word library in plain text format from large dictionary software for self-processing, I will try it if I have time, hoping to help everyone.
|

三人行,必有吾师焉。 学然后知不足,教然后知困,然后能自强也。 |
|
2006-11-16 02:19 |
|
|
hxuan999
中级用户
   DOS之日
积分 337
发帖 161
注册 2006-11-4
状态 离线
|
『第 50 楼』:
使用 LLM 解释/回答一下
收藏
|

for /f %%h in (`echo hxuan`) do for /f %%x in (`echo hxuan`) do if %%h==%%x nul |
|
2006-11-23 06:59 |
|
|
mrxuanfeng
新手上路

积分 10
发帖 5
注册 2007-11-23
状态 离线
|
|
2007-11-23 15:00 |
|
|
ygxcxy
新手上路

积分 2
发帖 1
注册 2007-8-1
状态 离线
|
『第 52 楼』:
使用 LLM 解释/回答一下
Originally posted by pengfei at 2006-10-11 12:05 AM:
这里我有一个思路, 没有经过测试:
搜索代码:
@echo off
:: 标签的使用是提高数据检索的关键.
:: 一:
:: 条件是字典文件中已经对26个字母开始的 ...
:P
Originally posted by pengfei at 2006-10-11 12:05 AM:
Here I have an idea, not tested:
Search code:
@echo off
:: The use of labels is the key to improving data retrieval.
:: 1:
:: The condition is that the dictionary file has started with 26 letters...
:P
|
|
2007-12-20 08:46 |
|
|
zerocq
中级用户
  
积分 458
发帖 196
注册 2006-10-5
状态 离线
|
『第 53 楼』:
使用 LLM 解释/回答一下
curl的简单应用,在线提交给页面查询
不产生临时文件
可以设置多语言翻译
langpair=en_zh是英汉
langpair=zh_en是汉英
以此类推
curl.bat
-----------------------------------------
@echo off
set /p word=请输入要查询的单词:
if "%word%"=="" goto :eof
for /f "tokens=1-10 delims=<>" %%a in ('curl -A "Mozilla/4.0" -d "from_content=%word%&langpair=en_zh" "http://trans.netat.net/index.php"^|find "textarea"') do @echo %%c
pause
Last edited by zerocq on 2007-12-20 at 11:48 AM ]
Simple application of curl, submit online to the page for query
No temporary files are generated
Can set multi-language translation
langpair=en_zh is English-Chinese
langpair=zh_en is Chinese-English
and so on
curl.bat
-----------------------------------------
@echo off
set /p word=Please enter the word to query:
if "%word%"=="" goto :eof
for /f "tokens=1-10 delims=<>" %%a in ('curl -A "Mozilla/4.0" -d "from_content=%word%&langpair=en_zh" "http://trans.netat.net/index.php"^|find "textarea"') do @echo %%c
pause
Last edited by zerocq on 2007-12-20 at 11:48 AM ]
此帖被 +2 点积分 点击查看详情 评分人:【 vkill 】 | 分数: +2 | 时间:2007-12-20 21:16 |
|
|
|
2007-12-20 11:31 |
|
|
dx069855
新手上路

积分 2
发帖 1
注册 2007-9-14
状态 离线
|
『第 54 楼』:
使用 LLM 解释/回答一下
值得学习 非常感谢
Worthy of learning, thank you very much
|
|
2008-2-7 01:18 |
|
|
mediagao
新手上路

积分 -1
发帖 1
注册 2010-7-17
状态 离线
|
『第 55 楼』:
使用 LLM 解释/回答一下
值得学习 非常感谢
Worth learning, thank you very much
|
|
2010-8-24 11:22 |
|
|
mini2324
初级用户
 
积分 106
发帖 55
注册 2010-8-4
状态 离线
|
|
2010-8-25 04:07 |
|