C# 클래스 OpenTween.TweetExtractor

파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
ExtractHashtagEntities ( string text ) : IEnumerable

テキストからハッシュタグを抽出してエンティティとして返します

ExtractMentionEntities ( string text ) : IEnumerable

テキストからメンションを抽出してエンティティとして返します

ExtractUrlEntities ( string text ) : IEnumerable

テキストから URL を抽出してエンティティとして返します

ExtractUrls ( string text ) : IEnumerable

テキストから URL を抽出して返します

메소드 상세

ExtractHashtagEntities() 공개 정적인 메소드

テキストからハッシュタグを抽出してエンティティとして返します
public static ExtractHashtagEntities ( string text ) : IEnumerable
text string
리턴 IEnumerable

ExtractMentionEntities() 공개 정적인 메소드

テキストからメンションを抽出してエンティティとして返します
public static ExtractMentionEntities ( string text ) : IEnumerable
text string
리턴 IEnumerable

ExtractUrlEntities() 공개 정적인 메소드

テキストから URL を抽出してエンティティとして返します
public static ExtractUrlEntities ( string text ) : IEnumerable
text string
리턴 IEnumerable

ExtractUrls() 공개 정적인 메소드

テキストから URL を抽出して返します
public static ExtractUrls ( string text ) : IEnumerable
text string
리턴 IEnumerable