TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Review NameMesh - A Smart Domain Search Engine

2 点作者 mohit_agg超过 12 年前

1 comment

mohit_agg超过 12 年前
Hey HN,<p>I am creating a smart domain search engine with focus on relevancy and this is my progress so far.<p>I have added all methods of name creation in one single interface. Methods include synonyms, antonyms, related words, portmanteau, misspellings, phonetic variations, short url, acronyms, suffixes, prefixes etc.<p>I am ranking these names based on some quality metrics like length, relevancy etc for easy discovery of good ones.<p>I have tried to keep it simple and fast, with allowing complex queries using wildcards.<p>Examples:-<p><a href="http://www.namemesh.com/domain-name-search/fun%20coding*" rel="nofollow">http://www.namemesh.com/domain-name-search/fun%20coding*</a><p>beyond dictionaries :) <a href="http://www.namemesh.com/domain-name-search/dilbert" rel="nofollow">http://www.namemesh.com/domain-name-search/dilbert</a> <a href="http://www.namemesh.com/domain-name-search/nirvana" rel="nofollow">http://www.namemesh.com/domain-name-search/nirvana</a><p>Seeking Feedback!