Reid Parham

Results 7 issues of Reid Parham

I’ve seen this happen with a set of photos that came from a particular camera/phone, and I have a hunch for the cause. First — a user story: 1. **Given**...

The parsing of `rotate` appears to differ from the official documentation. In the examples, `rotate` is presented as a Ruby `Fixnum`. [In the code](https://github.com/rodjek/puppet-logrotate/blob/f4d12356301fa2992f51dc7225037bb07556cb28/manifests/rule.pp#L315-L321), the match criteria appears to only...

Evidence of the defect: ``` M017-PDX:nlp-pure rp0616$ bundle exec irb irb(main):001:0> require 'nlp_pure/segmenting/default_sentence' => true irb(main):002:0> NlpPure::Segmenting::DefaultSentence.parse "AMERICAN INDUSTRY INC. sold 1,550,000 common shares at $21.75 each yesterday, according to...

bug

From [Wikipedia](https://en.wikipedia.org/wiki/Natural_language_processing#Major_tasks_in_NLP): > This rubric includes a number of related tasks. One task is identifying the discourse structure of connected text, i.e. the nature of the discourse relationships between sentences...

enhancement
help wanted

From [Wikipedia](https://en.wikipedia.org/wiki/Sentiment_analysis): > Extract subjective information usually from a set of documents, often using online reviews to determine "polarity" about specific objects. It is especially useful for identifying trends of...

enhancement
help wanted

From [Wikipedia](https://en.wikipedia.org/wiki/N-gram): > In the fields of computational linguistics and probability, an n-gram is a contiguous sequence of n items from a given sequence of text or speech. The items...

enhancement
help wanted

From [Wikipedia](https://en.wikipedia.org/wiki/Natural_language_processing#Major_tasks_in_NLP): > Given a stream of text, determine which items in the text map to proper names, such as people or places, and what the type of each such...

enhancement
help wanted