Méthode | Description | |
---|---|---|
ExportGafaws ( IEnumerable |
Export everything needed by parsers for GAFAWS data.
|
|
ExportGrammarAndLexicon ( ILangProject languageProject ) : System.Xml.Linq.XDocument |
Export the grammar and lexicon.
|
|
ExportGrammarSketch ( string outputPath, ILangProject languageProject ) : void |
Exports data for the grammar sketch.
|
Méthode | Description | |
---|---|---|
CreateAttribute ( string attributeName, ICmObject target ) : System.Xml.Linq.XAttribute | ||
CreateAttribute ( string attributeName, int value ) : System.Xml.Linq.XAttribute | ||
CreateDstAttribute ( ICmObject target ) : System.Xml.Linq.XAttribute | ||
CreateDstAttribute ( int value ) : System.Xml.Linq.XAttribute | ||
ExportAdhocCoProhibition ( IMoAdhocProhib adhocProhib, |
||
ExportAdhocCoProhibitionGroup ( IMoAdhocProhibGr adhocProhibGr, |
||
ExportAdhocCoProhibitions ( IMoMorphData morphData, |
||
ExportAffixtemplate ( IMoInflAffixTemplate template, |
||
ExportAlloAdhocCoProhibition ( IMoAlloAdhocProhib alloAdhocProhib ) : System.Xml.Linq.XElement | ||
ExportAllomorphs ( IServiceLocator servLoc, |
||
ExportBestAnalysis ( IMultiAccessorBase multiString, string elementName, |
||
ExportBestVernacular ( IMultiAccessorBase multiString, string elementName, |
||
ExportBestVernacularOrAnalysis ( IMultiAccessorBase multiString, string elementName, |
||
ExportBoundaryMarker ( IPhBdryMarker bdryMarker, |
||
ExportCodes ( IEnumerable |
||
ExportCompoundRules ( IRepository |
||
ExportContext ( IPhContextOrVar context ) : System.Xml.Linq.XElement | ||
ExportContextList ( IEnumerable |
||
ExportEntries ( IRepository |
||
ExportFeatureConstraint ( IPhFeatureConstraint featureConstraint ) : System.Xml.Linq.XElement | ||
ExportFeatureDefn ( IFsFeatDefn featureDefn, |
||
ExportFeatureSpecification ( IFsFeatureSpecification featureSpec ) : System.Xml.Linq.XElement | ||
ExportFeatureStructure ( IFsAbstractStructure absFeatStruc ) : System.Xml.Linq.XElement | ||
ExportFeatureSystem ( IFsFeatureSystem featureSystem, string elementName, |
||
ExportInflectionClass ( IMoInflClass inflectionClass, |
||
ExportItemAsReference ( ICmObject target, int index, string elementName ) : System.Xml.Linq.XElement | ||
ExportItemAsReference ( ICmObject target, string elementName ) : System.Xml.Linq.XElement | ||
ExportLanguageProject ( ILangProject languageProject, |
||
ExportLexEntryInflTypes ( IRepository |
||
ExportLexiconFull ( IServiceLocator servLoc, |
Export the full lexicon when exporting both grammar and lexicon.
|
|
ExportMorphAdhocCoProhibition ( IMoMorphAdhocProhib morphAdhocProhib ) : System.Xml.Linq.XElement | ||
ExportMorphTypes ( IRepository |
||
ExportMsas ( IServiceLocator servLoc ) : System.Xml.Linq.XElement | ||
ExportNaturalClass ( IPhNaturalClass naturalClass, |
||
ExportNaturalClassContents ( IPhNCFeatures naturalClass ) : IEnumerable |
||
ExportNaturalClassContents ( IPhNCSegments naturalClass ) : IEnumerable |
||
ExportParserParameters ( IMoMorphData morphologicalData, |
||
ExportPartOfSpeech ( IPartOfSpeech pos, ICollection |
||
ExportPartOfSpeechGafaws ( string elementName, IPartOfSpeech partOfSpeech ) : System.Xml.Linq.XElement |
Create element for one Gafaws PartOfSpeech object.
|
|
ExportPartsOfSpeech ( ILangProject languageProject, |
||
ExportPartsOfSpeechList ( IEnumerable |
Create elements for all PartOfSpeech objects in the owning vector.
|
|
ExportPhonRule ( IPhSegmentRule phonRule, |
||
ExportPhonRuleFeat ( IPhPhonRuleFeat phonRuleFeat, |
||
ExportPhonRuleFeats ( IPhPhonData phonData, |
||
ExportPhoneme ( IPhPhoneme phoneme, |
||
ExportPhonemeSet ( IPhPhonemeSet phonemeSet, |
||
ExportPhonologicalData ( IPhPhonData phonologicalData, |
||
ExportProdRestrict ( IMoMorphData morphData, |
||
ExportRuleMapping ( IMoRuleMapping ruleMapping ) : System.Xml.Linq.XElement | ||
ExportSenses ( IRepository |
||
ExportStemName ( IMoStemName stemName, |
||
ExportWritingSystems ( IEnumerable |
||
IsValidSlot ( IMoInflAffixSlot affixSlot ) : bool | ||
IsValidTemplate ( IMoInflAffixTemplate template ) : bool |
Return true if this is considered a valid template, worth exporting for the various grammar tools. Currently this means at least one of its main slots is valid.
|
|
Normalize ( ITsString text, |
||
Normalize ( string text, |
public static ExportGafaws ( IEnumerable |
||
partsOfSpeech | IEnumerable |
|
Résultat | System.Xml.Linq.XDocument |
public static ExportGrammarAndLexicon ( ILangProject languageProject ) : System.Xml.Linq.XDocument | ||
languageProject | ILangProject | |
Résultat | System.Xml.Linq.XDocument |
public static ExportGrammarSketch ( string outputPath, ILangProject languageProject ) : void | ||
outputPath | string | The output path. |
languageProject | ILangProject | The language project. |
Résultat | void |