You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@filter.command("finnpos-smart-lemma-pos-dom")
@click.argument("inf", type=click.File("rb"))
@click.argument("outf", type=click.File("wb"))
def finnpos_smart_lemma_pos_dom(inf, outf, level):
"""
FinnPOS Dominance filter: Use FinnPOS annotations to support certain
annotations over others, in terms of POS or lemma.
Smart lemma + POS filter: Either the lemma and POS matches
Two things:
* Either lemma and pos agrees with FinnPOS analysis (lemma can be
generated from part of segmentation matching FinnPOS analysis, and POS
either matches WordNet lemma or is idiomatic word form POS)
* Or agreement between OMorFi analysis and WordNet POS is taken into account
* Could take into account also whether FinnWN entry is idiomatic POS
"""
pass
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: