Пример #1
0
        public virtual string GetText()
        {
            string text = "";

            text = TextLib.AddToText(text, "variant=", variant_, 1);
            return(text);
        }
Пример #2
0
        public virtual string GetText()
        {
            string text = "";

            text = TextLib.AddToText(text, "variants=", variants_, 1);
            text = TextLib.AddToText(text, "gender=", gender_, 1);
            text = TextLib.AddToText(text, "interrogative", interrogative_, 1);
            text = TextLib.AddToText(text, "type=", type_, 1);
            return(text);
        }
Пример #3
0
        public virtual string GetText()
        {
            string text = "";

            text = TextLib.AddToText(text, "variants=", variants_, 1);
            text = TextLib.AddToText(text, "interrogative", interrogative_, 1);
            text = TextLib.AddToText(text, "modification_type=", modification_, 1);
            text = TextLib.AddToText(text, "", negative_, 1);
            return(text);
        }
Пример #4
0
        public virtual string GetText()
        {
            string text = "";

            text = TextLib.AddToText(text, "variants=", variants_, 1);
            text = TextLib.AddToText(text, "position=", position_, 1);
            text = TextLib.AddToText(text, "compl=", compl_, 1);
            text = TextLib.AddToText(text, "stative", stative_, 1);
            text = TextLib.AddToText(text, "nominalization=", nominalization_, 1);
            return(text);
        }
Пример #5
0
        public virtual string GetText()
        {
            string text = "";

            text = TextLib.AddToText(text, "variants=", variants_, 1);
            text = TextLib.AddToText(text, "compl=", compl_, 1);
            text = TextLib.AddToText(text, "nominalization_of=", nominalization_, 1);
            text = TextLib.AddToText(text, "proper", proper_, 1);
            text = TextLib.AddToText(text, "trademark=", tradeName_, 1);
            text = TextLib.AddToText(text, "trademark", tradeMark_, 1);
            return(text);
        }
Пример #6
0
        public virtual string GetText()
        {
            string text = "";

            text = TextLib.AddToText(text, "variants=", variants_, 1);
            text = TextLib.AddToText(text, "", intran_, 1);
            text = TextLib.AddToText(text, "tran=", tran_, 1);
            text = TextLib.AddToText(text, "ditran=", ditran_, 1);
            text = TextLib.AddToText(text, "link=", link_, 1);
            text = TextLib.AddToText(text, "cplxtran=", cplxtran_, 1);
            text = TextLib.AddToText(text, "nominalization=", nominalization_, 1);
            return(text);
        }
Пример #7
0
        public virtual string GetReleaseFormatText()
        {
            string text = "";

            text = TextLib.AddToText(text, "{base=", base_, 0);
            text = TextLib.AddToText(text, "spelling_variant=", spellingVars_, 0);
            text = TextLib.AddToText(text, "entry=", eui_, 0);
            text = TextLib.AddToText(text, "cat=", category_, 1);
            text = text + catEntry_.GetText(category_);
            text = TextLib.AddToText(text, "acronym_of=", acronyms_, 1);
            text = TextLib.AddToText(text, "abbreviation_of=", abbreviations_, 1);
            text = TextLib.AddToText(text, "", end_, 0);
            return(text);
        }
Пример #8
0
        public virtual string GetDbFormatText(string cDate)
        {
            string SP      = "|";
            string cSig    = signature_;
            string mSig    = signature_;
            string aSig    = "browne";
            int    lastAct = 0;
            string text    = "";

            text = eui_ + SP + base_ + SP + category_ + SP + cSig + SP + mSig + SP + aSig + SP +
                   lastAct + SP + cDate + SP + cDate + SP + cDate + SP;
            text = TextLib.AddToText(text, "{base=", base_, 0);
            text = TextLib.AddToText(text, "spelling_variant=", spellingVars_, 0);
            text = TextLib.AddToText(text, "entry=", eui_, 0);
            text = TextLib.AddToText(text, "cat=", category_, 1);
            text = text + catEntry_.GetText(category_);
            text = TextLib.AddToText(text, "acronym_of=", acronyms_, 1);
            text = TextLib.AddToText(text, "abbreviation_of=", abbreviations_, 1);
            text = TextLib.AddToText(text, "", end_, 0);
            return(text);
        }