python-crfsuite icon indicating copy to clipboard operation
python-crfsuite copied to clipboard

A python binding for crfsuite

Results 59 python-crfsuite issues
Sort by recently updated
recently updated
newest added

I tried to do `pipenv install python-crfsuite`, but got 12 errors. Platform details: - Python 3.10.2 - ARM Mac (M1 Max) - macOS 12.4 - Xcode 13.4.1 Here is the...

The `CRFsuiteDumpParser` parses a dump line per line with the assumption that each line is complete. Whenever an attribute contains a newline however, some lines will be broken up over...

Not sure this is a bug, or a feature request, but I shall still write it down as more people would definitely be experiencing this. When the features of a...

Hello there, I have some problems --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 2 print('best params:', rs.best_params_) 3 print('best CV score:', rs.best_score_) ----> 4 print('model size: {:0.2f}M'.format(rs.best_estimator_.size_ /...

Added linux aarch64 wheel build support. Related to https://github.com/scrapinghub/python-crfsuite/issues/126. @fgregg Could you please review this PR?

python-crfsuite >= 0.7 is a dep of a package I use on Amazon Linux AM2 w/python 3.6 made from a docker container. dockerfile: (should allow you to reproduce) ``` FROM...

I train NER on CRFsuite but it is too slow(9 hours+). my train data includes 66436 sentences with average 57 tokens/sentence. my test data includes 1365 sentences with average 24...

Hello, I am trying to perform an NER experiment on a custom dataset containing a lot of food items. I have labels for certain unigrams and bigrams for my training...

Test results: https://github.com/cclauss/python-crfsuite/actions Related to #131

When run crf.fit(X_train, y_train) during the text classification task, pop up "TypeError: 'int' object is not iterable". X_train is the float array(Tfidf), y_train (series) is corresponding labels. https://stackoverflow.com/questions/56285456/typeerror-numpy-int32-object-is-not-iterable-error-while-using-sklearn-crfs