Giter VIP home page Giter VIP logo

christabor / namebot Goto Github PK

View Code? Open in Web Editor NEW
48.0 6.0 13.0 2.03 MB

A company/project name generator for Python. Uses NLTK and diverse techniques derived from existing corporate etymologies and naming agencies for sophisticated word generation and ideation.

Home Page: http://christabor.github.io/namebot/

License: Apache License 2.0

Makefile 0.22% Python 99.78%
nltk language nlp naming naming-agencies name-generation

namebot's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ”ญ Iโ€™m currently working on:

  • Work
  • Trying to get back into FOSS

๐ŸŒฑ Iโ€™m currently learning:

  • Rust as time permits

โšก Iโ€™m looking to collaborate on:

  • Plant/botany/horticulture things!
  • FOSS!

namebot's People

Contributors

christabor avatar kishinmanglani avatar shturm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

namebot's Issues

Implement make_word_metaphor

This is a somewhat nebulous definition, as the problem domain is hard to obtain and solve. It likely needs to be researched before any implementation is added.

Implement Pig Latinizer

I've already implemented this in JS, it could be ported here as well. Also under consideration: snoop dogg *izzle? These should probably be sub-classed or put in a different file than techniques, they are a bit off the beaten path of techniques...

Finish test coverage

Currently there is only test coverage for strainer and normalization. There are many more modules that need to be tested.

implement make_name_from_latin_root

This is an empty definition that needs to be implemented. Would probably make the most sense to abstract it into a separate language module that can be used with any language, for more options.

how can test?

This is my commands installation in a new ubuntu 14 - 64 bits instance

sudo apt-get install gcc make build-essential git python-pip python-dev python-setuptools
git clone https://github.com/christabor/namebot.git
cd namebot/
sudo pip install -U setuptools
sudo pip install -r requirements.txt
sudo make install

what is next step?

Installation produces github authentication

When I install this using the instructions provided in the README file....

 cd web && pip install -r requirements.txt

I get the following github authentication error after it clones the repository locally:

Collecting git+https://github.com/Automotron/namebot.git (from -r requirements.txt (line 13))
Cloning https://github.com/Automotron/namebot.git to c:\users\lysako1\appdata\local\temp\pip-dhf34x86-build
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/Automotron/namebot.git/'
Command "git clone -q https://github.com/Automotron/namebot.git C:\Users\LYSAKO
1\AppData\Local\Temp\pip-dhf34x86-build" failed with error code 128 in None

Implement makePortmanteauConsonant

A new Portmanteau option, that focuses on the consonants, opposite the make_portmanteau_vowel definition. This could probably be combined with that function and passed in a flag to determine which option to default to.

Implement make_phrase

This should hook into NLTK, and simply use the existing synsets to generate a new phrase after organizing using POS tagging. Some likely combinations include:

Adjective + noun
Adverb + verb
Noun + verb
Noun + Adverb
Verb + Preposition
Preposition + Adverb
Preposition + Noun

(plus all reversals of the above combination.)

Add pertainyms to synsets

Currently pertainyms are not added to the get_synset and synset library. This would add more options when extracting words.

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.