Skip to content

Bi kontzeptuen arteko erlazio-erauzle baten inplementazioa.

License

Notifications You must be signed in to change notification settings

osainz59/Erlazio_erauzlea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlazio erauzle automatikoa

Bi kontzeptuen arteko erlazio-erauzle automatiko baten inplementazioa.

Adibidea

from erlazio_erauzlea import ErlazioErauzlea

ee = ErlazioErauzlea.kargatu('path_to_model')

testua = """By the time the earliest plants evolved, animals were already the dominant organisms in the ocean. 
Plants were also contrained to the upper layer of water that received enough sunlight for photosynthesis. 
"""

erlazioak = ee.erlazioak_erauzi(testua)

print(erlazioak)
arg1 arg2 rel konfiantza
animal plant IsA 0.03
organism plant IsA 0.22
organism animal IsA 0.48
plant water AtLocation 0.87
layer water AtLocation 0.58

About

Bi kontzeptuen arteko erlazio-erauzle baten inplementazioa.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages