-
Packages Package Description net.oijon.oling.datatypes.tags since 3.0.0, as it is part of the legacy parser.
-
Classes Class Description net.oijon.oling.datatypes.tags.Multitag as of 3.0.0, as it is part of the legacy parser.net.oijon.oling.datatypes.tags.MultitagUtils as of 3.0.0, as this is part of the legacy parsernet.oijon.oling.datatypes.tags.Tag as of 3.0.0, as this is part of the legacy parsernet.oijon.oling.LegacyParser as of 3.0.0, as files are now stored via XML
-
Methods Method Description net.oijon.oling.datatypes.language.LanguageProperties.parse(Multitag) As of OLing 3.0.0, this requires the legacy file formatnet.oijon.oling.datatypes.lexicon.Word.parse(Multitag) since 3.0.0, as OLing now uses XMLnet.oijon.oling.datatypes.phonology.PhonoSystem.toFile() since v3.0.0, as this makes a file with the old format. Instead, write the XML element of this to a file.net.oijon.oling.datatypes.phonology.PhonoTable.dataPerCell() as of OLing v3.0.0, as this is not data used for the new file format.net.oijon.oling.datatypes.phonology.PhonoTable.parse(Multitag) as of OLing v3.0.0, as this uses the old file format.net.oijon.oling.datatypes.tags.Tag.isEqual(Tag) as of Utils v1.2.0, as this should have been handled via equals() instead.
-
Constructors Constructor Description net.oijon.oling.datatypes.phonology.PhonoSystem(File) as of 3.0.0, as this uses the old .language format. Instead, parse your file into an XML element, then create a PhonoSystem from the element