语篇到所有格
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了语篇到所有格相关的知识,希望对你有一定的参考价值。
Transforms string to it's possessive form and return it's original case form.
/* * Transform text to show ownership e.g Arvi's, Jess' */ public function to_possessive($string) { $possessive_form = ($last_letter == $letter_s) ? $string."'" : $string."'".$letter_s; return $possessive_form; }
以上是关于语篇到所有格的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse插件开发 学习笔记 PDF 第一篇到第四篇 免分下载 开发基础 核心技术 高级进阶 综合实例
Android 组件化从入门篇到大厂(微信支付宝爱奇艺携程美团....)强化实战篇,Android 进阶必备
论文阅读 | Employing the Correspondence of Relations and Connectives to Identify Implicit Discourse Rela