Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'Edge' object has no attribute 'value' #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nmorel
Copy link

@nmorel nmorel commented Jul 26, 2024

Should fix #16

@nmorel nmorel force-pushed the edge-has-no-attribute-value branch from 86ea230 to b6d526f Compare July 26, 2024 11:23
@bzikst
Copy link

bzikst commented Nov 9, 2024

I do confirm that this PR fixes an issue for me with NoneType object has no attribute value. Function best_right_neighbor_edge returns Edge | None and Edge object have no value attribute.

@andreaschari
Copy link

Any chance this PR can be closed? I'm also trying to use uroman on Chinese text and this error kills it.

@bzikst
Copy link

bzikst commented Nov 23, 2024

Any chance this PR can be closed? I'm also trying to use uroman on Chinese text and this error kills it.

You can use this fork as I did
git+https://github.com/nmorel/uroman.git@2b3f326050d02d1dbd5ec991323284cf943deeaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Edge' object has no attribute 'value' with Chinese text
3 participants