Coder Social home page Coder Social logo

people's People

Contributors

mericson 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  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  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

people's Issues

warnings in ruby 2.2.0

/usr/local/rvm/gems/ruby-2.2.0/gems/people-0.2.1/lib/people.rb:276: warning: duplicated key at line 279 ignored: :parsed
/usr/local/rvm/gems/ruby-2.2.0/gems/people-0.2.1/lib/people.rb:277: warning: duplicated key at line 280 ignored: :parse_type

First name only

It falls down if you just have the first name:

[3] pry(main)> np.parse("Roger")
=> {:title=>"", :first=>"", :middle=>"", :last=>"", :suffix=>"", :title2=>"", :first2=>"", :middle2=>"", :suffix2=>"", :clean=>"Roger", :parsed=>false, :parse_type=>nil, :parsed2=>false, :parse_type2=>"", :multiple=>false, :orig=>"Roger"}

I think the better output would be:

{... :first=>"Roger", ... :parsed=>true, ...}

NoMethodError: undefined method `match' for nil:NilClass

This seems to be happening when there is a trailing ampersand with couples: true option.
To reproduce

> p = People::NameParser.new(couples: true)
> p.parse "John Doe &"

Got

NoMethodError: undefined method `match' for nil:NilClass
from /home/vagrant/.rvm/gems/ruby-2.2.0/gems/people-0.2.1/lib/people.rb:307:in `block in get_title'

People gem version 0.2.1
Ruby version 2.2.0

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.