Code Monkey home page Code Monkey logo

Comments (17)

 avatar commented on May 28, 2024 22

Y) DI6Q B~{H{~NKQ F}$NT

from gushi_namer.

quanc1989 avatar quanc1989 commented on May 28, 2024 12

有点垃圾

当别人分享给你资源,你说别人垃圾的时候,你想过作者的感受么

from gushi_namer.

holynova avatar holynova commented on May 28, 2024 10

我是作者, 这个5年前的项目, 最近获得了颇多关注, 感谢大家的star.
这个项目出发点, 是基于这样一个简单的理念: 词库好, 名字就好, 即使是随机取的.
常说"男诗经, 女楚辞", 我爬取了中华传统经典的唐诗宋词等, 作为孕育好名字的优秀文本.
这个项目没有任何人工智能, 没有判断名字价值的目标函数.
既然是随机, 就有可能带来一些智障, 搞笑的名字, 反过来惊艳, 惊鸿一瞥的名字也在随机中孕育
让这个程序帮你翻翻书, 与一个好名字不期而遇吧

from gushi_namer.

hollykunge avatar hollykunge commented on May 28, 2024 9

有点垃圾

from gushi_namer.

lartpang avatar lartpang commented on May 28, 2024 3

构建名字的核心代码应该是这个函数:

getTwoChar(arr) {
const len = arr.length;
const first = rand.between(0, len);
let second = rand.between(0, len);
let cnt = 0;
while (second === first) {
second = rand.between(0, len);
cnt++;
if (cnt > 100) {
break;
}
}
return first <= second ? `${arr[first]}${arr[second]}` : `${arr[second]}${arr[first]}`;
}

看上去就是直接随机选。毕竟这是最直接也是最简单的方式。将智能留给用户。

from gushi_namer.

RustingSword avatar RustingSword commented on May 28, 2024 2

建立一個負向詞語清單應該可以解決這個問題?

更好一点的办法可能是用 nlp 技术,计算一下语意褒贬。

from gushi_namer.

walkertest avatar walkertest commented on May 28, 2024

是有点,起的好多都有歧义的名字.

并且,不能够选男女.

from gushi_namer.

hhz-saner avatar hhz-saner commented on May 28, 2024

有的好诡异的

from gushi_namer.

hhz-saner avatar hhz-saner commented on May 28, 2024

image

from gushi_namer.

BrowenXie avatar BrowenXie commented on May 28, 2024

建立一個負向詞語清單應該可以解決這個問題?

from gushi_namer.

jamdodot avatar jamdodot commented on May 28, 2024

遇到了一个还挺好的名字
赵叶音
「 千里稻花应秀色,五更桐叶最佳音。 」

古诗三百首 • 苏秀道中
[宋代] 曾几

from gushi_namer.

QQstone avatar QQstone commented on May 28, 2024

给人家个star吧 这可能是我看到过的最搞笑的项目了

from gushi_namer.

456wyc avatar 456wyc commented on May 28, 2024

哈哈哈

from gushi_namer.

P7XXTMX avatar P7XXTMX commented on May 28, 2024

有点人工智障,需要再优化优化

from gushi_namer.

P7XXTMX avatar P7XXTMX commented on May 28, 2024

哈哈哈

from gushi_namer.

GGG962464 avatar GGG962464 commented on May 28, 2024

感觉寓意不错,就是名字可能不太好听

from gushi_namer.

Ewan0921 avatar Ewan0921 commented on May 28, 2024
1683884630707

有点离谱,哈哈。

from gushi_namer.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.