"FileFormat" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- FileFormat
-
- Interpreter Types
- FileFormat
- ComputedFileFormat
-
- Text Contents
- ProgrammingLanguage
- NotableComputer
- IPAddress
- URL
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- FileFormat
-
- Interpreter Types
- FileFormat
- ComputedFileFormat
-
- Text Contents
- ProgrammingLanguage
- NotableComputer
- IPAddress
- URL
- Related Guides
-
See Also
"FileFormat" (Text Content Type)
Text identified as the name of a file format.
Details
- "FileFormat" can be used in TextCases, TextPosition and TextContents.
- "FileFormat" corresponds to any mention of a file format (real or not real) in the context of the text.
- Homonyms of file formats that are not file formats should not be detected as "FileFormat" (if the context allows disambiguation).
- TextCases[…,"FileFormat""Interpretation"] attempts to return entities of type "FileFormat", as Interpreter["FileFormat"] does.
- Any specific "FileFormat" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of file formats in a text:
TextCases["Sometimes, though more rarely, they used the WMF (Windows Metafile) format instead.", "FileFormat"]Get the result as a list of "FileFormat" entities:
TextCases["Sometimes, though more rarely, they used the WMF (Windows Metafile) format instead.", "FileFormat" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["FileFormat"] to text snippets:
Interpreter["FileFormat"][{"WMF", "Windows Metafile"}]Get properties about occurrences of file formats:
TextContents["Sometimes, though more rarely, they used the WMF (Windows Metafile) format instead.", "FileFormat", All]Find mentions of Windows Metafile in a text:
TextContents["When faced with the same problems on Microsoft Windows-based versions of their programs, Adobe chose to instead include a TIFF file encoded into the header section of the PostScript. Sometimes, though more rarely, they used the WMF (Windows Metafile) format instead.", Entity["FileFormat", "WMF-1"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: FileFormat
Interpreter Types: FileFormat ComputedFileFormat
Text Contents: ProgrammingLanguage NotableComputer IPAddress URL