ingredient-phrase-tagger icon indicating copy to clipboard operation
ingredient-phrase-tagger copied to clipboard

Extract structured data from ingredient phrases using conditional random fields

Results 9 ingredient-phrase-tagger issues
Sort by recently updated
recently updated
newest added

while running this command I am getting an error - Traceback (most recent call last): File "bin/generate_data", line 7, in cli.Cli(sys.argv[1:]).run() File "/home/ramya/anaconda3/lib/python3.6/site-packages/ingredient_phrase_tagger-0.0.0.dev0-py3.6.egg/ingredient_phrase_tagger/training/cli.py", line 15, in run File "/home/ramya/anaconda3/lib/python3.6/site-packages/ingredient_phrase_tagger-0.0.0.dev0-py3.6.egg/ingredient_phrase_tagger/training/cli.py", line...

Have you guys run into issues trying to parse strings with fractions that correlate to irrational numbers? For example, the following will all return `null` for `qty`. ``` 1/3 cup...

Summary of changes: 1. refactored singularize() function in utils.py to make use of SnowballStemmer to convert plural words to singular form 2. fixed the smartJoin() function to use regex for...

Hi, This is a pretty awesome project, thanks for posting it! I've been experimenting with Structured Prediction methods, and decided to use this project to compare CRFs and Learning to...

The first entry for the test set looks like this: ``` 1 I1 L12 NoCAP NoPAREN B-QTY boneless I2 L12 NoCAP NoPAREN I-COMMENT pork I3 L12 NoCAP NoPAREN B-NAME tenderloin...

As I started to use this system, I started making changes which I think could be useful to others. 1. Updates to some scripts to improve python 2/3 compatibility 2....

`250 gram-4 pieces of Foli Fish` this program doesnt handled the above statement like ingredient phrase.

Hi, I am not able to understand to what does these tab separated fields mean. ``` 1 I1 L8 NoCAP NoPAREN B-QTY cup I2 L8 NoCAP NoPAREN B-UNIT white I3...

It should take command line parameters for the number of training and testing examples: `./roundtrip --train-count 1000 --test-count 100`. And maybe even check that the sum is less than the...

enhancement