Classes defined in Eurown module

class eurown.Synset(number=0, pos=None, wordnet_offset=None, add_on_id=None, variants=None, internalLinks=None, eqLinks=None, properties=None)

Methods:

number pos variants internalLinks eqLinks properties polarisText

class eurown.Variants(*args)

List of variants

class Parser
class eurown.Parser(fileName='')

Parser for Polaris import-export files.

Attributes:

fileName (string) - name of file to parse

Methods: parse_line(<iStr>) - parses one line (iStr)

parse_synset() - parses synset (WORD_MEANING or WORD_INSTANCE) Returns self.synset (Synset object).

Previous topic

Polaris Import Specifications

This Page