https://github.com/divefish/verbaladjectives
https://github.com/divefish/verbaladjectives
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divefish/verbaladjectives
- Owner: DiveFish
- Created: 2020-07-13T12:10:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T12:23:51.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T01:52:43.471Z (over 1 year ago)
- Language: Java
- Size: 6.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Processing procedure
- Get list of tokens under consideration, here adjectives (by lemma or token)
- Run smor analysis on them
- Update dictionary of (non-)verb-derived adjectives by going over the smor analysis (SmorAnalyzer.java)
- For verb-derived adjectives, get base verbs
- Get frequency distributions
- How often does which adjective occur? are there differences between attributive and predicative adjectives?
- How often is which adjective modified by which preposition?
- Where does the preposition(al phrase) occur? in front or after the adjective?
- For verb-derived adjectives, what are the differences in distribution between the adjective and its base verb?